Shades of Fire Engine Red #DE1222
Tints of Fire Engine Red #DE1222
RGB
CMYK
RGB Variations
Color information
#DE1222 (or 0xDE1222) is known color: Fire Engine Red. HEX triplet: DE, 12 and 22. RGB value is (222,18,34). Sum of RGB (Red+Green+Blue) = 222+18+34=274 (36% of max value = 765). Red value is 222 (87.11% from 255 or 81.02% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 34 (13.67% from 255 or 12.41% from 274); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1222 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE1222 is #21EDDD. Grayscale: #505050. Windows color (decimal): -2223582 or 2233054. OLE color: 2233054.
HSL color Cylindrical-coordinate representation of color #DE1222: hue angle of 355.29º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DE1222 is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 18 | 34 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.13 |
| HSL | 355.29º | 0.85% | 0.47% | - |
| HSV(B) | 355.29º | 0.92% | 0.87% | - |
| XYZ | 30.63 | 16.08 | 3 | - |
| YUV | 80.82 | 101.59 | 228.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 18 | 34 | 0 | 0.92 | 0.85 | 0.13 | 355.29 | 0.85 | 0.47 |
| Hex | DE | 12 | 22 | 0 | 5C | 55 | D | 163 | 55 | 2F |
| Octal | 336 | 22 | 42 | 0 | 134 | 125 | 15 | 543 | 125 | 57 |
| Binary | 11011110 | 10010 | 100010 | 0 | 1011100 | 1010101 | 1101 | 101100011 | 1010101 | 101111 |
Color Harmonies of #DE1222
Complementary color
Monochromatic Colors of #DE1222
Black with #DE1222
Text Example
Text Example
White with #DE1222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1222; }
p { color: rgb(222,18,34); }
H1.HeaderClassName
{
color: #DE1222;
}
.AnyTagClassName
{
color: #DE1222;
}
</style>
background-color css
<style>
a { background-color: #DE1222; }
a { background-color: rgb(222,18,34); }
div.DivClassName
{
background-color: #DE1222;
}
.BgClassName
{
background-color: #DE1222;
}
</style>
border-color css
<style>
span { border-color: #DE1222; }
span { border-color: rgb(222,18,34); }
td.TdClassName
{
border-color: #DE1222;
}
.TagClassName
{
border-color: #DE1222;
}
</style>