Shades of Fire Engine Red #DC1D24
Tints of Fire Engine Red #DC1D24
RGB
CMYK
RGB Variations
Color information
#DC1D24 (or 0xDC1D24) is known color: Fire Engine Red. HEX triplet: DC, 1D and 24. RGB value is (220,29,36). Sum of RGB (Red+Green+Blue) = 220+29+36=285 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.19% from 285); Green value is 29 (11.72% from 255 or 10.18% from 285); Blue value is 36 (14.45% from 255 or 12.63% from 285); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1D24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC1D24 is #23E2DB. Grayscale: #575757. Windows color (decimal): -2351836 or 2366940. OLE color: 2366940.
HSL color Cylindrical-coordinate representation of color #DC1D24: hue angle of 357.8º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC1D24 is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 29 | 36 | - |
| CMYK | 0 | 0.87 | 0.84 | 0.14 |
| HSL | 357.8º | 0.77% | 0.49% | - |
| HSV(B) | 357.8º | 0.87% | 0.86% | - |
| XYZ | 30.27 | 16.22 | 3.2 | - |
| YUV | 86.91 | 99.28 | 222.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 29 | 36 | 0 | 0.87 | 0.84 | 0.14 | 357.8 | 0.77 | 0.49 |
| Hex | DC | 1D | 24 | 0 | 57 | 54 | E | 166 | 4D | 31 |
| Octal | 334 | 35 | 44 | 0 | 127 | 124 | 16 | 546 | 115 | 61 |
| Binary | 11011100 | 11101 | 100100 | 0 | 1010111 | 1010100 | 1110 | 101100110 | 1001101 | 110001 |
Color Harmonies of #DC1D24
Complementary color
Monochromatic Colors of #DC1D24
Black with #DC1D24
Text Example
Text Example
White with #DC1D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1D24; }
p { color: rgb(220,29,36); }
H1.HeaderClassName
{
color: #DC1D24;
}
.AnyTagClassName
{
color: #DC1D24;
}
</style>
background-color css
<style>
a { background-color: #DC1D24; }
a { background-color: rgb(220,29,36); }
div.DivClassName
{
background-color: #DC1D24;
}
.BgClassName
{
background-color: #DC1D24;
}
</style>
border-color css
<style>
span { border-color: #DC1D24; }
span { border-color: rgb(220,29,36); }
td.TdClassName
{
border-color: #DC1D24;
}
.TagClassName
{
border-color: #DC1D24;
}
</style>