Shades of Fire Engine Red #DC0D19
Tints of Fire Engine Red #DC0D19
RGB
CMYK
RGB Variations
Color information
#DC0D19 (or 0xDC0D19) is known color: Fire Engine Red. HEX triplet: DC, 0D and 19. RGB value is (220,13,25). Sum of RGB (Red+Green+Blue) = 220+13+25=258 (34% of max value = 765). Red value is 220 (86.33% from 255 or 85.27% from 258); Green value is 13 (5.47% from 255 or 5.04% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0D19 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0D19 is #23F2E6. Grayscale: #4C4C4C. Windows color (decimal): -2355943 or 1641948. OLE color: 1641948.
HSL color Cylindrical-coordinate representation of color #DC0D19: hue angle of 356.52º degrees, saturation: 0.89, 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 #DC0D19 is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 13 | 25 | - |
| CMYK | 0 | 0.94 | 0.89 | 0.14 |
| HSL | 356.52º | 0.89% | 0.46% | - |
| HSV(B) | 356.52º | 0.94% | 0.86% | - |
| XYZ | 29.83 | 15.57 | 2.35 | - |
| YUV | 76.26 | 99.08 | 230.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 13 | 25 | 0 | 0.94 | 0.89 | 0.14 | 356.52 | 0.89 | 0.46 |
| Hex | DC | D | 19 | 0 | 5E | 59 | E | 165 | 59 | 2E |
| Octal | 334 | 15 | 31 | 0 | 136 | 131 | 16 | 545 | 131 | 56 |
| Binary | 11011100 | 1101 | 11001 | 0 | 1011110 | 1011001 | 1110 | 101100101 | 1011001 | 101110 |
Color Harmonies of #DC0D19
Complementary color
Monochromatic Colors of #DC0D19
Black with #DC0D19
Text Example
Text Example
White with #DC0D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0D19; }
p { color: rgb(220,13,25); }
H1.HeaderClassName
{
color: #DC0D19;
}
.AnyTagClassName
{
color: #DC0D19;
}
</style>
background-color css
<style>
a { background-color: #DC0D19; }
a { background-color: rgb(220,13,25); }
div.DivClassName
{
background-color: #DC0D19;
}
.BgClassName
{
background-color: #DC0D19;
}
</style>
border-color css
<style>
span { border-color: #DC0D19; }
span { border-color: rgb(220,13,25); }
td.TdClassName
{
border-color: #DC0D19;
}
.TagClassName
{
border-color: #DC0D19;
}
</style>