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