Shades of Fire Engine Red #DC1619
Tints of Fire Engine Red #DC1619
RGB
CMYK
RGB Variations
Color information
#DC1619 (or 0xDC1619) is known color: Fire Engine Red. HEX triplet: DC, 16 and 19. RGB value is (220,22,25). Sum of RGB (Red+Green+Blue) = 220+22+25=267 (35% of max value = 765). Red value is 220 (86.33% from 255 or 82.40% from 267); Green value is 22 (8.98% from 255 or 8.24% from 267); Blue value is 25 (10.16% from 255 or 9.36% from 267); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1619 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1619 is #23E9E6. Grayscale: #515151. Windows color (decimal): -2353639 or 1644252. OLE color: 1644252.
HSL color Cylindrical-coordinate representation of color #DC1619: hue angle of 359.09º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC1619 is Cyan = 0, Magento = 0.9, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 22 | 25 | - |
| CMYK | 0 | 0.9 | 0.89 | 0.14 |
| HSL | 359.09º | 0.82% | 0.47% | - |
| HSV(B) | 359.09º | 0.9% | 0.86% | - |
| XYZ | 29.98 | 15.86 | 2.4 | - |
| YUV | 81.54 | 96.1 | 226.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 25 | 0 | 0.9 | 0.89 | 0.14 | 359.09 | 0.82 | 0.47 |
| Hex | DC | 16 | 19 | 0 | 5A | 59 | E | 167 | 52 | 2F |
| Octal | 334 | 26 | 31 | 0 | 132 | 131 | 16 | 547 | 122 | 57 |
| Binary | 11011100 | 10110 | 11001 | 0 | 1011010 | 1011001 | 1110 | 101100111 | 1010010 | 101111 |
Color Harmonies of #DC1619
Complementary color
Monochromatic Colors of #DC1619
Black with #DC1619
Text Example
Text Example
White with #DC1619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1619; }
p { color: rgb(220,22,25); }
H1.HeaderClassName
{
color: #DC1619;
}
.AnyTagClassName
{
color: #DC1619;
}
</style>
background-color css
<style>
a { background-color: #DC1619; }
a { background-color: rgb(220,22,25); }
div.DivClassName
{
background-color: #DC1619;
}
.BgClassName
{
background-color: #DC1619;
}
</style>
border-color css
<style>
span { border-color: #DC1619; }
span { border-color: rgb(220,22,25); }
td.TdClassName
{
border-color: #DC1619;
}
.TagClassName
{
border-color: #DC1619;
}
</style>