Shades of Fire Engine Red #DC1920
Tints of Fire Engine Red #DC1920
RGB
CMYK
RGB Variations
Color information
#DC1920 (or 0xDC1920) is known color: Fire Engine Red. HEX triplet: DC, 19 and 20. RGB value is (220,25,32). Sum of RGB (Red+Green+Blue) = 220+25+32=277 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.42% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 32 (12.89% from 255 or 11.55% from 277); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1920 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1920 is #23E6DF. Grayscale: #545454. Windows color (decimal): -2352864 or 2103772. OLE color: 2103772.
HSL color Cylindrical-coordinate representation of color #DC1920: hue angle of 357.85º 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 #DC1920 is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 25 | 32 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.14 |
| HSL | 357.85º | 0.8% | 0.48% | - |
| HSV(B) | 357.85º | 0.89% | 0.86% | - |
| XYZ | 30.12 | 16.02 | 2.87 | - |
| YUV | 84.1 | 98.6 | 224.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 25 | 32 | 0 | 0.89 | 0.85 | 0.14 | 357.85 | 0.8 | 0.48 |
| Hex | DC | 19 | 20 | 0 | 59 | 55 | E | 166 | 50 | 30 |
| Octal | 334 | 31 | 40 | 0 | 131 | 125 | 16 | 546 | 120 | 60 |
| Binary | 11011100 | 11001 | 100000 | 0 | 1011001 | 1010101 | 1110 | 101100110 | 1010000 | 110000 |
Color Harmonies of #DC1920
Complementary color
Monochromatic Colors of #DC1920
Black with #DC1920
Text Example
Text Example
White with #DC1920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1920; }
p { color: rgb(220,25,32); }
H1.HeaderClassName
{
color: #DC1920;
}
.AnyTagClassName
{
color: #DC1920;
}
</style>
background-color css
<style>
a { background-color: #DC1920; }
a { background-color: rgb(220,25,32); }
div.DivClassName
{
background-color: #DC1920;
}
.BgClassName
{
background-color: #DC1920;
}
</style>
border-color css
<style>
span { border-color: #DC1920; }
span { border-color: rgb(220,25,32); }
td.TdClassName
{
border-color: #DC1920;
}
.TagClassName
{
border-color: #DC1920;
}
</style>