Shades of Fire Engine Red #DC0E14
Tints of Fire Engine Red #DC0E14
RGB
CMYK
RGB Variations
Color information
#DC0E14 (or 0xDC0E14) is known color: Fire Engine Red. HEX triplet: DC, 0E and 14. RGB value is (220,14,20). Sum of RGB (Red+Green+Blue) = 220+14+20=254 (33% of max value = 765). Red value is 220 (86.33% from 255 or 86.61% from 254); Green value is 14 (5.86% from 255 or 5.51% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0E14 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0E14 is #23F1EB. Grayscale: #4C4C4C. Windows color (decimal): -2355692 or 1314524. OLE color: 1314524.
HSL color Cylindrical-coordinate representation of color #DC0E14: hue angle of 358.25º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC0E14 is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 14 | 20 | - |
| CMYK | 0 | 0.94 | 0.91 | 0.14 |
| HSL | 358.25º | 0.88% | 0.46% | - |
| HSV(B) | 358.25º | 0.94% | 0.86% | - |
| XYZ | 29.8 | 15.58 | 2.1 | - |
| YUV | 76.28 | 96.25 | 230.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 14 | 20 | 0 | 0.94 | 0.91 | 0.14 | 358.25 | 0.88 | 0.46 |
| Hex | DC | E | 14 | 0 | 5E | 5B | E | 166 | 58 | 2E |
| Octal | 334 | 16 | 24 | 0 | 136 | 133 | 16 | 546 | 130 | 56 |
| Binary | 11011100 | 1110 | 10100 | 0 | 1011110 | 1011011 | 1110 | 101100110 | 1011000 | 101110 |
Color Harmonies of #DC0E14
Complementary color
Monochromatic Colors of #DC0E14
Black with #DC0E14
Text Example
Text Example
White with #DC0E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0E14; }
p { color: rgb(220,14,20); }
H1.HeaderClassName
{
color: #DC0E14;
}
.AnyTagClassName
{
color: #DC0E14;
}
</style>
background-color css
<style>
a { background-color: #DC0E14; }
a { background-color: rgb(220,14,20); }
div.DivClassName
{
background-color: #DC0E14;
}
.BgClassName
{
background-color: #DC0E14;
}
</style>
border-color css
<style>
span { border-color: #DC0E14; }
span { border-color: rgb(220,14,20); }
td.TdClassName
{
border-color: #DC0E14;
}
.TagClassName
{
border-color: #DC0E14;
}
</style>