Shades of Fire Engine Red #DC1820
Tints of Fire Engine Red #DC1820
RGB
CMYK
RGB Variations
Color information
#DC1820 (or 0xDC1820) is known color: Fire Engine Red. HEX triplet: DC, 18 and 20. RGB value is (220,24,32). Sum of RGB (Red+Green+Blue) = 220+24+32=276 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.71% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 32 (12.89% from 255 or 11.59% from 276); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1820 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1820 is #23E7DF. Grayscale: #535353. Windows color (decimal): -2353120 or 2103516. OLE color: 2103516.
HSL color Cylindrical-coordinate representation of color #DC1820: hue angle of 357.55º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC1820 is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 24 | 32 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.14 |
| HSL | 357.55º | 0.8% | 0.48% | - |
| HSV(B) | 357.55º | 0.89% | 0.86% | - |
| XYZ | 30.1 | 15.97 | 2.86 | - |
| YUV | 83.52 | 98.93 | 225.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 24 | 32 | 0 | 0.89 | 0.85 | 0.14 | 357.55 | 0.8 | 0.48 |
| Hex | DC | 18 | 20 | 0 | 59 | 55 | E | 166 | 50 | 30 |
| Octal | 334 | 30 | 40 | 0 | 131 | 125 | 16 | 546 | 120 | 60 |
| Binary | 11011100 | 11000 | 100000 | 0 | 1011001 | 1010101 | 1110 | 101100110 | 1010000 | 110000 |
Color Harmonies of #DC1820
Complementary color
Monochromatic Colors of #DC1820
Black with #DC1820
Text Example
Text Example
White with #DC1820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1820; }
p { color: rgb(220,24,32); }
H1.HeaderClassName
{
color: #DC1820;
}
.AnyTagClassName
{
color: #DC1820;
}
</style>
background-color css
<style>
a { background-color: #DC1820; }
a { background-color: rgb(220,24,32); }
div.DivClassName
{
background-color: #DC1820;
}
.BgClassName
{
background-color: #DC1820;
}
</style>
border-color css
<style>
span { border-color: #DC1820; }
span { border-color: rgb(220,24,32); }
td.TdClassName
{
border-color: #DC1820;
}
.TagClassName
{
border-color: #DC1820;
}
</style>