Shades of Fire Engine Red #DC0F18
Tints of Fire Engine Red #DC0F18
RGB
CMYK
RGB Variations
Color information
#DC0F18 (or 0xDC0F18) is known color: Fire Engine Red. HEX triplet: DC, 0F and 18. RGB value is (220,15,24). Sum of RGB (Red+Green+Blue) = 220+15+24=259 (34% of max value = 765). Red value is 220 (86.33% from 255 or 84.94% from 259); Green value is 15 (6.25% from 255 or 5.79% from 259); Blue value is 24 (9.77% from 255 or 9.27% from 259); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0F18 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0F18 is #23F0E7. Grayscale: #4D4D4D. Windows color (decimal): -2355432 or 1576924. OLE color: 1576924.
HSL color Cylindrical-coordinate representation of color #DC0F18: hue angle of 357.37º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC0F18 is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 15 | 24 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.14 |
| HSL | 357.37º | 0.87% | 0.46% | - |
| HSV(B) | 357.37º | 0.93% | 0.86% | - |
| XYZ | 29.85 | 15.62 | 2.31 | - |
| YUV | 77.32 | 97.92 | 229.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 15 | 24 | 0 | 0.93 | 0.89 | 0.14 | 357.37 | 0.87 | 0.46 |
| Hex | DC | F | 18 | 0 | 5D | 59 | E | 165 | 57 | 2E |
| Octal | 334 | 17 | 30 | 0 | 135 | 131 | 16 | 545 | 127 | 56 |
| Binary | 11011100 | 1111 | 11000 | 0 | 1011101 | 1011001 | 1110 | 101100101 | 1010111 | 101110 |
Color Harmonies of #DC0F18
Complementary color
Monochromatic Colors of #DC0F18
Black with #DC0F18
Text Example
Text Example
White with #DC0F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0F18; }
p { color: rgb(220,15,24); }
H1.HeaderClassName
{
color: #DC0F18;
}
.AnyTagClassName
{
color: #DC0F18;
}
</style>
background-color css
<style>
a { background-color: #DC0F18; }
a { background-color: rgb(220,15,24); }
div.DivClassName
{
background-color: #DC0F18;
}
.BgClassName
{
background-color: #DC0F18;
}
</style>
border-color css
<style>
span { border-color: #DC0F18; }
span { border-color: rgb(220,15,24); }
td.TdClassName
{
border-color: #DC0F18;
}
.TagClassName
{
border-color: #DC0F18;
}
</style>