Shades of Fire Engine Red #DC1822
Tints of Fire Engine Red #DC1822
RGB
CMYK
RGB Variations
Color information
#DC1822 (or 0xDC1822) is known color: Fire Engine Red. HEX triplet: DC, 18 and 22. RGB value is (220,24,34). Sum of RGB (Red+Green+Blue) = 220+24+34=278 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.14% from 278); Green value is 24 (9.77% from 255 or 8.63% from 278); Blue value is 34 (13.67% from 255 or 12.23% from 278); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1822 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1822 is #23E7DD. Grayscale: #535353. Windows color (decimal): -2353118 or 2234588. OLE color: 2234588.
HSL color Cylindrical-coordinate representation of color #DC1822: hue angle of 356.94º 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 #DC1822 is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 24 | 34 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.14 |
| HSL | 356.94º | 0.8% | 0.48% | - |
| HSV(B) | 356.94º | 0.89% | 0.86% | - |
| XYZ | 30.13 | 15.98 | 3.01 | - |
| YUV | 83.74 | 99.93 | 225.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 24 | 34 | 0 | 0.89 | 0.85 | 0.14 | 356.94 | 0.8 | 0.48 |
| Hex | DC | 18 | 22 | 0 | 59 | 55 | E | 165 | 50 | 30 |
| Octal | 334 | 30 | 42 | 0 | 131 | 125 | 16 | 545 | 120 | 60 |
| Binary | 11011100 | 11000 | 100010 | 0 | 1011001 | 1010101 | 1110 | 101100101 | 1010000 | 110000 |
Color Harmonies of #DC1822
Complementary color
Monochromatic Colors of #DC1822
Black with #DC1822
Text Example
Text Example
White with #DC1822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1822; }
p { color: rgb(220,24,34); }
H1.HeaderClassName
{
color: #DC1822;
}
.AnyTagClassName
{
color: #DC1822;
}
</style>
background-color css
<style>
a { background-color: #DC1822; }
a { background-color: rgb(220,24,34); }
div.DivClassName
{
background-color: #DC1822;
}
.BgClassName
{
background-color: #DC1822;
}
</style>
border-color css
<style>
span { border-color: #DC1822; }
span { border-color: rgb(220,24,34); }
td.TdClassName
{
border-color: #DC1822;
}
.TagClassName
{
border-color: #DC1822;
}
</style>