Shades of Fire Engine Red #DC1620
Tints of Fire Engine Red #DC1620
RGB
CMYK
RGB Variations
Color information
#DC1620 (or 0xDC1620) is known color: Fire Engine Red. HEX triplet: DC, 16 and 20. RGB value is (220,22,32). Sum of RGB (Red+Green+Blue) = 220+22+32=274 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.29% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1620 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1620 is #23E9DF. Grayscale: #525252. Windows color (decimal): -2353632 or 2103004. OLE color: 2103004.
HSL color Cylindrical-coordinate representation of color #DC1620: hue angle of 356.97º 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 #DC1620 is Cyan = 0, Magento = 0.9, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 22 | 32 | - |
| CMYK | 0 | 0.9 | 0.85 | 0.14 |
| HSL | 356.97º | 0.82% | 0.47% | - |
| HSV(B) | 356.97º | 0.9% | 0.86% | - |
| XYZ | 30.06 | 15.89 | 2.85 | - |
| YUV | 82.34 | 99.6 | 226.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 32 | 0 | 0.9 | 0.85 | 0.14 | 356.97 | 0.82 | 0.47 |
| Hex | DC | 16 | 20 | 0 | 5A | 55 | E | 165 | 52 | 2F |
| Octal | 334 | 26 | 40 | 0 | 132 | 125 | 16 | 545 | 122 | 57 |
| Binary | 11011100 | 10110 | 100000 | 0 | 1011010 | 1010101 | 1110 | 101100101 | 1010010 | 101111 |
Color Harmonies of #DC1620
Complementary color
Monochromatic Colors of #DC1620
Black with #DC1620
Text Example
Text Example
White with #DC1620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1620; }
p { color: rgb(220,22,32); }
H1.HeaderClassName
{
color: #DC1620;
}
.AnyTagClassName
{
color: #DC1620;
}
</style>
background-color css
<style>
a { background-color: #DC1620; }
a { background-color: rgb(220,22,32); }
div.DivClassName
{
background-color: #DC1620;
}
.BgClassName
{
background-color: #DC1620;
}
</style>
border-color css
<style>
span { border-color: #DC1620; }
span { border-color: rgb(220,22,32); }
td.TdClassName
{
border-color: #DC1620;
}
.TagClassName
{
border-color: #DC1620;
}
</style>