Color: #FD1D0D

#FD1D0D Color Information

#FD1D0D is a dark color. The closest websafe version is #FD1D0D. A complement of this color would be #0DEDFD, perceived brightness is 0.37, and the grayscale version is #858585.

In the HSL color space, this color has a hue angle of 4°,a saturation of 98%, and a lightness of 52%.The HSV representation shows a hue of 4°, a saturation of 95%, and a value of 99%.

In a RGB color space, #FD1D0D is composed of 99% red, 11% green and 5% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 89% magenta, 95% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 22.76, x: 0.6386, and y: 0.3352.

Color Code #FD1D0D

#FD1D0Drgb(253, 29, 13)
HEX
#FD1D0D
RGB
rgb(253, 29, 13)
HSL
hsl(4, 98%, 52%)
HSV
hsv(4, 95%, 99%)
CMYK
0%, 89%, 95%, 1%
XYZ
X: 43.36, Y: 22.76, Z: 1.78
Lab
L: 54.82, a: 77.80, b: 66.49
Name

Shades of Color #FD1D0D

Shades are created by darkening the original color #FD1D0D in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #FD1D0D

Tints are created by lightening the original color #FD1D0D in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#FD1D0Drgb(253, 29, 13)

About #FD1D0D Color Code

In the HSL color space, this color has a hue angle of 4°, a saturation of 98%, and a lightness of 52%. The HSV representation shows a hue of 4°, a saturation of 95%, and a value of 99%.

  • HEX: #FD1D0D
  • RGB: rgb(253, 29, 13)
  • HSL: hsl(4, 98%, 52%)
  • HSV: hsv(4, 95%, 99%)
  • CMYK: 0.00% cyan, 89.00% magenta, 95.00% yellow, 100.00% black
  • XYZ: 43.36, 22.76, 1.78
  • Yxy: 22.76, 0.6386, 0.3352
  • Hunter Lab: 54.82, 77.80, 66.49
  • CIE-Lab: 54.82, 77.80, 66.49

In the XYZ color space, this color is represented as X: 43.36, Y: 22.76, Z: 1.78. The Yxy representation further refines this as Y: 22.76, x: 0.6386, and y: 0.3352.

In the Hunter Lab color space, this color is represented as L: 54.82, a: 77.80, and b: 66.49. Similarly, in the CIE-Lab color space, it is represented as L: 54.82, a: 77.80, and b: 66.49.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #FD1D0D

Triadic colors are three colors evenly spaced around the color wheel, including #FD1D0D. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #FD1D0D

Analogous colors are adjacent to #FD1D0D on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #FD1D0D

Monochromatic colors are variations of #FD1D0D, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #FD1D0D

The complementary color of #FD1D0D is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #FD1D0D

/* Using HEX */
body {
  background-color: #fd1d0d;
}
/* Using RGB */
body {
  background-color: rgb(253, 29, 13);
}
/* Using RGB with opacity */
body {
  background-color: rgba(253, 29, 13, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(4, 98%, 52%);
}
/* Text color */
p {
  color: #fd1d0d;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #fd1d0d;
}
/* Border color */
.box {
  border: 4px solid #fd1d0d;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #fd1d0d;
}
Text Shadow Preview
/* Background with text */
div {
  background: #fd1d0d;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#FD1D0D
On Black Background
#FD1D0D
On White Background
#FD1D0D

HTML Examples of #FD1D0D

<!-- Using HEX -->
<div style="background-color: #fd1d0d; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(253, 29, 13); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(253, 29, 13, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(4, 98%, 52%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #fd1d0d;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #fd1d0d; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #fd1d0d; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #fd1d0d;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #fd1d0d; color: #fff; padding: 16px; border-radius: 8px;">
  #FD1D0D
</div>
#FD1D0D
On Black Background
#FD1D0D
On White Background
#FD1D0D

Related Colors of #FD1D0D

These colors are similar to #FD1D0D, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.