Shades of Fire Engine Red #DE0824
Tints of Fire Engine Red #DE0824
RGB
CMYK
RGB Variations
Color information
#DE0824 (or 0xDE0824) is known color: Fire Engine Red. HEX triplet: DE, 08 and 24. RGB value is (222,8,36). Sum of RGB (Red+Green+Blue) = 222+8+36=266 (35% of max value = 765). Red value is 222 (87.11% from 255 or 83.46% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 36 (14.45% from 255 or 13.53% from 266); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0824 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0824 is #21F7DB. Grayscale: #4B4B4B. Windows color (decimal): -2226140 or 2361566. OLE color: 2361566.
HSL color Cylindrical-coordinate representation of color #DE0824: hue angle of 352.15º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DE0824 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 8 | 36 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.13 |
| HSL | 352.15º | 0.93% | 0.45% | - |
| HSV(B) | 352.15º | 0.96% | 0.87% | - |
| XYZ | 30.53 | 15.83 | 3.12 | - |
| YUV | 75.18 | 105.9 | 232.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 8 | 36 | 0 | 0.96 | 0.84 | 0.13 | 352.15 | 0.93 | 0.45 |
| Hex | DE | 8 | 24 | 0 | 60 | 54 | D | 160 | 5D | 2D |
| Octal | 336 | 10 | 44 | 0 | 140 | 124 | 15 | 540 | 135 | 55 |
| Binary | 11011110 | 1000 | 100100 | 0 | 1100000 | 1010100 | 1101 | 101100000 | 1011101 | 101101 |
Color Harmonies of #DE0824
Complementary color
Monochromatic Colors of #DE0824
Black with #DE0824
Text Example
Text Example
White with #DE0824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0824; }
p { color: rgb(222,8,36); }
H1.HeaderClassName
{
color: #DE0824;
}
.AnyTagClassName
{
color: #DE0824;
}
</style>
background-color css
<style>
a { background-color: #DE0824; }
a { background-color: rgb(222,8,36); }
div.DivClassName
{
background-color: #DE0824;
}
.BgClassName
{
background-color: #DE0824;
}
</style>
border-color css
<style>
span { border-color: #DE0824; }
span { border-color: rgb(222,8,36); }
td.TdClassName
{
border-color: #DE0824;
}
.TagClassName
{
border-color: #DE0824;
}
</style>