Shades of Fire Engine Red #DC0722
Tints of Fire Engine Red #DC0722
RGB
CMYK
RGB Variations
Color information
#DC0722 (or 0xDC0722) is known color: Fire Engine Red. HEX triplet: DC, 07 and 22. RGB value is (220,7,34). Sum of RGB (Red+Green+Blue) = 220+7+34=261 (34% of max value = 765). Red value is 220 (86.33% from 255 or 84.29% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 34 (13.67% from 255 or 13.03% from 261); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0722 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0722 is #23F8DD. Grayscale: #494949. Windows color (decimal): -2357470 or 2230236. OLE color: 2230236.
HSL color Cylindrical-coordinate representation of color #DC0722: hue angle of 352.39º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC0722 is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 7 | 34 | - |
| CMYK | 0 | 0.97 | 0.85 | 0.14 |
| HSL | 352.39º | 0.94% | 0.45% | - |
| HSV(B) | 352.39º | 0.97% | 0.86% | - |
| XYZ | 29.88 | 15.48 | 2.93 | - |
| YUV | 73.77 | 105.57 | 232.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 7 | 34 | 0 | 0.97 | 0.85 | 0.14 | 352.39 | 0.94 | 0.45 |
| Hex | DC | 7 | 22 | 0 | 61 | 55 | E | 160 | 5E | 2D |
| Octal | 334 | 7 | 42 | 0 | 141 | 125 | 16 | 540 | 136 | 55 |
| Binary | 11011100 | 111 | 100010 | 0 | 1100001 | 1010101 | 1110 | 101100000 | 1011110 | 101101 |
Color Harmonies of #DC0722
Complementary color
Monochromatic Colors of #DC0722
Black with #DC0722
Text Example
Text Example
White with #DC0722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0722; }
p { color: rgb(220,7,34); }
H1.HeaderClassName
{
color: #DC0722;
}
.AnyTagClassName
{
color: #DC0722;
}
</style>
background-color css
<style>
a { background-color: #DC0722; }
a { background-color: rgb(220,7,34); }
div.DivClassName
{
background-color: #DC0722;
}
.BgClassName
{
background-color: #DC0722;
}
</style>
border-color css
<style>
span { border-color: #DC0722; }
span { border-color: rgb(220,7,34); }
td.TdClassName
{
border-color: #DC0722;
}
.TagClassName
{
border-color: #DC0722;
}
</style>