Shades of Fire Engine Red #DC2224
Tints of Fire Engine Red #DC2224
RGB
CMYK
RGB Variations
Color information
#DC2224 (or 0xDC2224) is known color: Fire Engine Red. HEX triplet: DC, 22 and 24. RGB value is (220,34,36). Sum of RGB (Red+Green+Blue) = 220+34+36=290 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.86% from 290); Green value is 34 (13.67% from 255 or 11.72% from 290); Blue value is 36 (14.45% from 255 or 12.41% from 290); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2224 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2224 is #23DDDB. Grayscale: #5A5A5A. Windows color (decimal): -2350556 or 2368220. OLE color: 2368220.
HSL color Cylindrical-coordinate representation of color #DC2224: hue angle of 359.35º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC2224 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 34 | 36 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.14 |
| HSL | 359.35º | 0.73% | 0.5% | - |
| HSV(B) | 359.35º | 0.85% | 0.86% | - |
| XYZ | 30.41 | 16.49 | 3.25 | - |
| YUV | 89.84 | 97.62 | 220.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 34 | 36 | 0 | 0.85 | 0.84 | 0.14 | 359.35 | 0.73 | 0.5 |
| Hex | DC | 22 | 24 | 0 | 55 | 54 | E | 167 | 49 | 32 |
| Octal | 334 | 42 | 44 | 0 | 125 | 124 | 16 | 547 | 111 | 62 |
| Binary | 11011100 | 100010 | 100100 | 0 | 1010101 | 1010100 | 1110 | 101100111 | 1001001 | 110010 |
Color Harmonies of #DC2224
Complementary color
Monochromatic Colors of #DC2224
Black with #DC2224
Text Example
Text Example
White with #DC2224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2224; }
p { color: rgb(220,34,36); }
H1.HeaderClassName
{
color: #DC2224;
}
.AnyTagClassName
{
color: #DC2224;
}
</style>
background-color css
<style>
a { background-color: #DC2224; }
a { background-color: rgb(220,34,36); }
div.DivClassName
{
background-color: #DC2224;
}
.BgClassName
{
background-color: #DC2224;
}
</style>
border-color css
<style>
span { border-color: #DC2224; }
span { border-color: rgb(220,34,36); }
td.TdClassName
{
border-color: #DC2224;
}
.TagClassName
{
border-color: #DC2224;
}
</style>