Shades of Fire Engine Red #DE2123
Tints of Fire Engine Red #DE2123
RGB
CMYK
RGB Variations
Color information
#DE2123 (or 0xDE2123) is known color: Fire Engine Red. HEX triplet: DE, 21 and 23. RGB value is (222,33,35). Sum of RGB (Red+Green+Blue) = 222+33+35=290 (38% of max value = 765). Red value is 222 (87.11% from 255 or 76.55% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 35 (14.06% from 255 or 12.07% from 290); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2123 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2123 is #21DEDC. Grayscale: #595959. Windows color (decimal): -2219741 or 2302430. OLE color: 2302430.
HSL color Cylindrical-coordinate representation of color #DE2123: hue angle of 359.37º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DE2123 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 33 | 35 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.13 |
| HSL | 359.37º | 0.74% | 0.5% | - |
| HSV(B) | 359.37º | 0.85% | 0.87% | - |
| XYZ | 30.97 | 16.74 | 3.19 | - |
| YUV | 89.74 | 97.12 | 222.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 33 | 35 | 0 | 0.85 | 0.84 | 0.13 | 359.37 | 0.74 | 0.5 |
| Hex | DE | 21 | 23 | 0 | 55 | 54 | D | 167 | 4A | 32 |
| Octal | 336 | 41 | 43 | 0 | 125 | 124 | 15 | 547 | 112 | 62 |
| Binary | 11011110 | 100001 | 100011 | 0 | 1010101 | 1010100 | 1101 | 101100111 | 1001010 | 110010 |
Color Harmonies of #DE2123
Complementary color
Monochromatic Colors of #DE2123
Black with #DE2123
Text Example
Text Example
White with #DE2123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2123; }
p { color: rgb(222,33,35); }
H1.HeaderClassName
{
color: #DE2123;
}
.AnyTagClassName
{
color: #DE2123;
}
</style>
background-color css
<style>
a { background-color: #DE2123; }
a { background-color: rgb(222,33,35); }
div.DivClassName
{
background-color: #DE2123;
}
.BgClassName
{
background-color: #DE2123;
}
</style>
border-color css
<style>
span { border-color: #DE2123; }
span { border-color: rgb(222,33,35); }
td.TdClassName
{
border-color: #DE2123;
}
.TagClassName
{
border-color: #DE2123;
}
</style>