Shades of Fire Engine Red #DC0E13
Tints of Fire Engine Red #DC0E13
RGB
CMYK
RGB Variations
Color information
#DC0E13 (or 0xDC0E13) is known color: Fire Engine Red. HEX triplet: DC, 0E and 13. RGB value is (220,14,19). Sum of RGB (Red+Green+Blue) = 220+14+19=253 (33% of max value = 765). Red value is 220 (86.33% from 255 or 86.96% from 253); Green value is 14 (5.86% from 255 or 5.53% from 253); Blue value is 19 (7.81% from 255 or 7.51% from 253); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0E13 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0E13 is #23F1EC. Grayscale: #4C4C4C. Windows color (decimal): -2355693 or 1248988. OLE color: 1248988.
HSL color Cylindrical-coordinate representation of color #DC0E13: hue angle of 358.54º 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 #DC0E13 is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 14 | 19 | - |
| CMYK | 0 | 0.94 | 0.91 | 0.14 |
| HSL | 358.54º | 0.88% | 0.46% | - |
| HSV(B) | 358.54º | 0.94% | 0.86% | - |
| XYZ | 29.79 | 15.58 | 2.05 | - |
| YUV | 76.16 | 95.75 | 230.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 14 | 19 | 0 | 0.94 | 0.91 | 0.14 | 358.54 | 0.88 | 0.46 |
| Hex | DC | E | 13 | 0 | 5E | 5B | E | 167 | 58 | 2E |
| Octal | 334 | 16 | 23 | 0 | 136 | 133 | 16 | 547 | 130 | 56 |
| Binary | 11011100 | 1110 | 10011 | 0 | 1011110 | 1011011 | 1110 | 101100111 | 1011000 | 101110 |
Color Harmonies of #DC0E13
Complementary color
Monochromatic Colors of #DC0E13
Black with #DC0E13
Text Example
Text Example
White with #DC0E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0E13; }
p { color: rgb(220,14,19); }
H1.HeaderClassName
{
color: #DC0E13;
}
.AnyTagClassName
{
color: #DC0E13;
}
</style>
background-color css
<style>
a { background-color: #DC0E13; }
a { background-color: rgb(220,14,19); }
div.DivClassName
{
background-color: #DC0E13;
}
.BgClassName
{
background-color: #DC0E13;
}
</style>
border-color css
<style>
span { border-color: #DC0E13; }
span { border-color: rgb(220,14,19); }
td.TdClassName
{
border-color: #DC0E13;
}
.TagClassName
{
border-color: #DC0E13;
}
</style>