Shades of Fire Engine Red #DC1718
Tints of Fire Engine Red #DC1718
RGB
CMYK
RGB Variations
Color information
#DC1718 (or 0xDC1718) is known color: Fire Engine Red. HEX triplet: DC, 17 and 18. RGB value is (220,23,24). Sum of RGB (Red+Green+Blue) = 220+23+24=267 (35% of max value = 765). Red value is 220 (86.33% from 255 or 82.40% from 267); Green value is 23 (9.38% from 255 or 8.61% from 267); Blue value is 24 (9.77% from 255 or 8.99% from 267); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1718 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1718 is #23E8E7. Grayscale: #525252. Windows color (decimal): -2353384 or 1578972. OLE color: 1578972.
HSL color Cylindrical-coordinate representation of color #DC1718: hue angle of 359.7º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC1718 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 23 | 24 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.14 |
| HSL | 359.7º | 0.81% | 0.48% | - |
| HSV(B) | 359.7º | 0.9% | 0.86% | - |
| XYZ | 29.99 | 15.89 | 2.35 | - |
| YUV | 82.02 | 95.27 | 226.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 24 | 0 | 0.90 | 0.89 | 0.14 | 359.7 | 0.81 | 0.48 |
| Hex | DC | 17 | 18 | 0 | 5A | 59 | E | 168 | 51 | 30 |
| Octal | 334 | 27 | 30 | 0 | 132 | 131 | 16 | 550 | 121 | 60 |
| Binary | 11011100 | 10111 | 11000 | 0 | 1011010 | 1011001 | 1110 | 101101000 | 1010001 | 110000 |
Color Harmonies of #DC1718
Complementary color
Monochromatic Colors of #DC1718
Black with #DC1718
Text Example
Text Example
White with #DC1718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1718; }
p { color: rgb(220,23,24); }
H1.HeaderClassName
{
color: #DC1718;
}
.AnyTagClassName
{
color: #DC1718;
}
</style>
background-color css
<style>
a { background-color: #DC1718; }
a { background-color: rgb(220,23,24); }
div.DivClassName
{
background-color: #DC1718;
}
.BgClassName
{
background-color: #DC1718;
}
</style>
border-color css
<style>
span { border-color: #DC1718; }
span { border-color: rgb(220,23,24); }
td.TdClassName
{
border-color: #DC1718;
}
.TagClassName
{
border-color: #DC1718;
}
</style>