Shades of Fire Engine Red #DC0F16
Tints of Fire Engine Red #DC0F16
RGB
CMYK
RGB Variations
Color information
#DC0F16 (or 0xDC0F16) is known color: Fire Engine Red. HEX triplet: DC, 0F and 16. RGB value is (220,15,22). Sum of RGB (Red+Green+Blue) = 220+15+22=257 (34% of max value = 765). Red value is 220 (86.33% from 255 or 85.60% from 257); Green value is 15 (6.25% from 255 or 5.84% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0F16 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0F16 is #23F0E9. Grayscale: #4D4D4D. Windows color (decimal): -2355434 or 1445852. OLE color: 1445852.
HSL color Cylindrical-coordinate representation of color #DC0F16: hue angle of 357.95º 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 #DC0F16 is Cyan = 0, Magento = 0.93, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 15 | 22 | - |
| CMYK | 0 | 0.93 | 0.9 | 0.14 |
| HSL | 357.95º | 0.87% | 0.46% | - |
| HSV(B) | 357.95º | 0.93% | 0.86% | - |
| XYZ | 29.83 | 15.62 | 2.2 | - |
| YUV | 77.09 | 96.92 | 229.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 15 | 22 | 0 | 0.93 | 0.9 | 0.14 | 357.95 | 0.87 | 0.46 |
| Hex | DC | F | 16 | 0 | 5D | 5A | E | 166 | 57 | 2E |
| Octal | 334 | 17 | 26 | 0 | 135 | 132 | 16 | 546 | 127 | 56 |
| Binary | 11011100 | 1111 | 10110 | 0 | 1011101 | 1011010 | 1110 | 101100110 | 1010111 | 101110 |
Color Harmonies of #DC0F16
Complementary color
Monochromatic Colors of #DC0F16
Black with #DC0F16
Text Example
Text Example
White with #DC0F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0F16; }
p { color: rgb(220,15,22); }
H1.HeaderClassName
{
color: #DC0F16;
}
.AnyTagClassName
{
color: #DC0F16;
}
</style>
background-color css
<style>
a { background-color: #DC0F16; }
a { background-color: rgb(220,15,22); }
div.DivClassName
{
background-color: #DC0F16;
}
.BgClassName
{
background-color: #DC0F16;
}
</style>
border-color css
<style>
span { border-color: #DC0F16; }
span { border-color: rgb(220,15,22); }
td.TdClassName
{
border-color: #DC0F16;
}
.TagClassName
{
border-color: #DC0F16;
}
</style>