Shades of Fire Engine Red #DE162A
Tints of Fire Engine Red #DE162A
RGB
CMYK
RGB Variations
Color information
#DE162A (or 0xDE162A) is known color: Fire Engine Red. HEX triplet: DE, 16 and 2A. RGB value is (222,22,42). Sum of RGB (Red+Green+Blue) = 222+22+42=286 (37% of max value = 765). Red value is 222 (87.11% from 255 or 77.62% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 42 (16.80% from 255 or 14.69% from 286); Max value from RGB is 222 - color contains mainly: red. Hex color #DE162A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE162A is #21E9D5. Grayscale: #545454. Windows color (decimal): -2222550 or 2758366. OLE color: 2758366.
HSL color Cylindrical-coordinate representation of color #DE162A: hue angle of 354º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DE162A is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 22 | 42 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.13 |
| HSL | 354º | 0.82% | 0.48% | - |
| HSV(B) | 354º | 0.9% | 0.87% | - |
| XYZ | 30.83 | 16.27 | 3.71 | - |
| YUV | 84.08 | 104.26 | 226.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 22 | 42 | 0 | 0.90 | 0.81 | 0.13 | 354 | 0.82 | 0.48 |
| Hex | DE | 16 | 2A | 0 | 5A | 51 | D | 162 | 52 | 30 |
| Octal | 336 | 26 | 52 | 0 | 132 | 121 | 15 | 542 | 122 | 60 |
| Binary | 11011110 | 10110 | 101010 | 0 | 1011010 | 1010001 | 1101 | 101100010 | 1010010 | 110000 |
Color Harmonies of #DE162A
Complementary color
Monochromatic Colors of #DE162A
Black with #DE162A
Text Example
Text Example
White with #DE162A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE162A; }
p { color: rgb(222,22,42); }
H1.HeaderClassName
{
color: #DE162A;
}
.AnyTagClassName
{
color: #DE162A;
}
</style>
background-color css
<style>
a { background-color: #DE162A; }
a { background-color: rgb(222,22,42); }
div.DivClassName
{
background-color: #DE162A;
}
.BgClassName
{
background-color: #DE162A;
}
</style>
border-color css
<style>
span { border-color: #DE162A; }
span { border-color: rgb(222,22,42); }
td.TdClassName
{
border-color: #DE162A;
}
.TagClassName
{
border-color: #DE162A;
}
</style>