Shades of Fire Engine Red #DC1819
Tints of Fire Engine Red #DC1819
RGB
CMYK
RGB Variations
Color information
#DC1819 (or 0xDC1819) is known color: Fire Engine Red. HEX triplet: DC, 18 and 19. RGB value is (220,24,25). Sum of RGB (Red+Green+Blue) = 220+24+25=269 (35% of max value = 765). Red value is 220 (86.33% from 255 or 81.78% from 269); Green value is 24 (9.77% from 255 or 8.92% from 269); Blue value is 25 (10.16% from 255 or 9.29% from 269); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1819 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1819 is #23E7E6. Grayscale: #525252. Windows color (decimal): -2353127 or 1644764. OLE color: 1644764.
HSL color Cylindrical-coordinate representation of color #DC1819: hue angle of 359.69º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC1819 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 24 | 25 | - |
| CMYK | 0 | 0.89 | 0.89 | 0.14 |
| HSL | 359.69º | 0.8% | 0.48% | - |
| HSV(B) | 359.69º | 0.89% | 0.86% | - |
| XYZ | 30.02 | 15.94 | 2.41 | - |
| YUV | 82.72 | 95.43 | 225.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 24 | 25 | 0 | 0.89 | 0.89 | 0.14 | 359.69 | 0.8 | 0.48 |
| Hex | DC | 18 | 19 | 0 | 59 | 59 | E | 168 | 50 | 30 |
| Octal | 334 | 30 | 31 | 0 | 131 | 131 | 16 | 550 | 120 | 60 |
| Binary | 11011100 | 11000 | 11001 | 0 | 1011001 | 1011001 | 1110 | 101101000 | 1010000 | 110000 |
Color Harmonies of #DC1819
Complementary color
Monochromatic Colors of #DC1819
Black with #DC1819
Text Example
Text Example
White with #DC1819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1819; }
p { color: rgb(220,24,25); }
H1.HeaderClassName
{
color: #DC1819;
}
.AnyTagClassName
{
color: #DC1819;
}
</style>
background-color css
<style>
a { background-color: #DC1819; }
a { background-color: rgb(220,24,25); }
div.DivClassName
{
background-color: #DC1819;
}
.BgClassName
{
background-color: #DC1819;
}
</style>
border-color css
<style>
span { border-color: #DC1819; }
span { border-color: rgb(220,24,25); }
td.TdClassName
{
border-color: #DC1819;
}
.TagClassName
{
border-color: #DC1819;
}
</style>