Shades of Fire Engine Red #DE0722
Tints of Fire Engine Red #DE0722
RGB
CMYK
RGB Variations
Color information
#DE0722 (or 0xDE0722) is known color: Fire Engine Red. HEX triplet: DE, 07 and 22. RGB value is (222,7,34). Sum of RGB (Red+Green+Blue) = 222+7+34=263 (34% of max value = 765). Red value is 222 (87.11% from 255 or 84.41% from 263); Green value is 7 (3.12% from 255 or 2.66% from 263); Blue value is 34 (13.67% from 255 or 12.93% from 263); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0722 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0722 is #21F8DD. Grayscale: #4A4A4A. Windows color (decimal): -2226398 or 2230238. OLE color: 2230238.
HSL color Cylindrical-coordinate representation of color #DE0722: hue angle of 352.47º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DE0722 is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 7 | 34 | - |
| CMYK | 0 | 0.97 | 0.85 | 0.13 |
| HSL | 352.47º | 0.94% | 0.45% | - |
| HSV(B) | 352.47º | 0.97% | 0.87% | - |
| XYZ | 30.49 | 15.8 | 2.96 | - |
| YUV | 74.36 | 105.23 | 233.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 7 | 34 | 0 | 0.97 | 0.85 | 0.13 | 352.47 | 0.94 | 0.45 |
| Hex | DE | 7 | 22 | 0 | 61 | 55 | D | 160 | 5E | 2D |
| Octal | 336 | 7 | 42 | 0 | 141 | 125 | 15 | 540 | 136 | 55 |
| Binary | 11011110 | 111 | 100010 | 0 | 1100001 | 1010101 | 1101 | 101100000 | 1011110 | 101101 |
Color Harmonies of #DE0722
Complementary color
Monochromatic Colors of #DE0722
Black with #DE0722
Text Example
Text Example
White with #DE0722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0722; }
p { color: rgb(222,7,34); }
H1.HeaderClassName
{
color: #DE0722;
}
.AnyTagClassName
{
color: #DE0722;
}
</style>
background-color css
<style>
a { background-color: #DE0722; }
a { background-color: rgb(222,7,34); }
div.DivClassName
{
background-color: #DE0722;
}
.BgClassName
{
background-color: #DE0722;
}
</style>
border-color css
<style>
span { border-color: #DE0722; }
span { border-color: rgb(222,7,34); }
td.TdClassName
{
border-color: #DE0722;
}
.TagClassName
{
border-color: #DE0722;
}
</style>