Shades of Fire Engine Red #DE1E23
Tints of Fire Engine Red #DE1E23
RGB
CMYK
RGB Variations
Color information
#DE1E23 (or 0xDE1E23) is known color: Fire Engine Red. HEX triplet: DE, 1E and 23. RGB value is (222,30,35). Sum of RGB (Red+Green+Blue) = 222+30+35=287 (38% of max value = 765). Red value is 222 (87.11% from 255 or 77.35% from 287); Green value is 30 (12.11% from 255 or 10.45% from 287); Blue value is 35 (14.06% from 255 or 12.20% from 287); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1E23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE1E23 is #21E1DC. Grayscale: #585858. Windows color (decimal): -2220509 or 2301662. OLE color: 2301662.
HSL color Cylindrical-coordinate representation of color #DE1E23: hue angle of 358.44º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE1E23 is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 30 | 35 | - |
| CMYK | 0 | 0.86 | 0.84 | 0.13 |
| HSL | 358.44º | 0.76% | 0.49% | - |
| HSV(B) | 358.44º | 0.86% | 0.87% | - |
| XYZ | 30.89 | 16.58 | 3.16 | - |
| YUV | 87.98 | 98.11 | 223.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 30 | 35 | 0 | 0.86 | 0.84 | 0.13 | 358.44 | 0.76 | 0.49 |
| Hex | DE | 1E | 23 | 0 | 56 | 54 | D | 166 | 4C | 31 |
| Octal | 336 | 36 | 43 | 0 | 126 | 124 | 15 | 546 | 114 | 61 |
| Binary | 11011110 | 11110 | 100011 | 0 | 1010110 | 1010100 | 1101 | 101100110 | 1001100 | 110001 |
Color Harmonies of #DE1E23
Complementary color
Monochromatic Colors of #DE1E23
Black with #DE1E23
Text Example
Text Example
White with #DE1E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1E23; }
p { color: rgb(222,30,35); }
H1.HeaderClassName
{
color: #DE1E23;
}
.AnyTagClassName
{
color: #DE1E23;
}
</style>
background-color css
<style>
a { background-color: #DE1E23; }
a { background-color: rgb(222,30,35); }
div.DivClassName
{
background-color: #DE1E23;
}
.BgClassName
{
background-color: #DE1E23;
}
</style>
border-color css
<style>
span { border-color: #DE1E23; }
span { border-color: rgb(222,30,35); }
td.TdClassName
{
border-color: #DE1E23;
}
.TagClassName
{
border-color: #DE1E23;
}
</style>