Shades of Fire Engine Red #DC1922
Tints of Fire Engine Red #DC1922
RGB
CMYK
RGB Variations
Color information
#DC1922 (or 0xDC1922) is known color: Fire Engine Red. HEX triplet: DC, 19 and 22. RGB value is (220,25,34). Sum of RGB (Red+Green+Blue) = 220+25+34=279 (36% of max value = 765). Red value is 220 (86.33% from 255 or 78.85% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 34 (13.67% from 255 or 12.19% from 279); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1922 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1922 is #23E6DD. Grayscale: #545454. Windows color (decimal): -2352862 or 2234844. OLE color: 2234844.
HSL color Cylindrical-coordinate representation of color #DC1922: hue angle of 357.23º 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 #DC1922 is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 25 | 34 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.14 |
| HSL | 357.23º | 0.8% | 0.48% | - |
| HSV(B) | 357.23º | 0.89% | 0.86% | - |
| XYZ | 30.15 | 16.03 | 3.02 | - |
| YUV | 84.33 | 99.6 | 224.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 25 | 34 | 0 | 0.89 | 0.85 | 0.14 | 357.23 | 0.8 | 0.48 |
| Hex | DC | 19 | 22 | 0 | 59 | 55 | E | 165 | 50 | 30 |
| Octal | 334 | 31 | 42 | 0 | 131 | 125 | 16 | 545 | 120 | 60 |
| Binary | 11011100 | 11001 | 100010 | 0 | 1011001 | 1010101 | 1110 | 101100101 | 1010000 | 110000 |
Color Harmonies of #DC1922
Complementary color
Monochromatic Colors of #DC1922
Black with #DC1922
Text Example
Text Example
White with #DC1922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1922; }
p { color: rgb(220,25,34); }
H1.HeaderClassName
{
color: #DC1922;
}
.AnyTagClassName
{
color: #DC1922;
}
</style>
background-color css
<style>
a { background-color: #DC1922; }
a { background-color: rgb(220,25,34); }
div.DivClassName
{
background-color: #DC1922;
}
.BgClassName
{
background-color: #DC1922;
}
</style>
border-color css
<style>
span { border-color: #DC1922; }
span { border-color: rgb(220,25,34); }
td.TdClassName
{
border-color: #DC1922;
}
.TagClassName
{
border-color: #DC1922;
}
</style>