Shades of Fire Engine Red #DE0423
Tints of Fire Engine Red #DE0423
RGB
CMYK
RGB Variations
Color information
#DE0423 (or 0xDE0423) is known color: Fire Engine Red. HEX triplet: DE, 04 and 23. RGB value is (222,4,35). Sum of RGB (Red+Green+Blue) = 222+4+35=261 (34% of max value = 765). Red value is 222 (87.11% from 255 or 85.06% from 261); Green value is 4 (1.95% from 255 or 1.53% from 261); Blue value is 35 (14.06% from 255 or 13.41% from 261); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0423 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0423 is #21FBDC. Grayscale: #484848. Windows color (decimal): -2227165 or 2295006. OLE color: 2295006.
HSL color Cylindrical-coordinate representation of color #DE0423: hue angle of 351.47º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DE0423 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 4 | 35 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.13 |
| HSL | 351.47º | 0.96% | 0.44% | - |
| HSV(B) | 351.47º | 0.98% | 0.87% | - |
| XYZ | 30.47 | 15.74 | 3.02 | - |
| YUV | 72.72 | 106.72 | 234.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 4 | 35 | 0 | 0.98 | 0.84 | 0.13 | 351.47 | 0.96 | 0.44 |
| Hex | DE | 4 | 23 | 0 | 62 | 54 | D | 15F | 60 | 2C |
| Octal | 336 | 4 | 43 | 0 | 142 | 124 | 15 | 537 | 140 | 54 |
| Binary | 11011110 | 100 | 100011 | 0 | 1100010 | 1010100 | 1101 | 101011111 | 1100000 | 101100 |
Color Harmonies of #DE0423
Complementary color
Monochromatic Colors of #DE0423
Black with #DE0423
Text Example
Text Example
White with #DE0423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0423; }
p { color: rgb(222,4,35); }
H1.HeaderClassName
{
color: #DE0423;
}
.AnyTagClassName
{
color: #DE0423;
}
</style>
background-color css
<style>
a { background-color: #DE0423; }
a { background-color: rgb(222,4,35); }
div.DivClassName
{
background-color: #DE0423;
}
.BgClassName
{
background-color: #DE0423;
}
</style>
border-color css
<style>
span { border-color: #DE0423; }
span { border-color: rgb(222,4,35); }
td.TdClassName
{
border-color: #DE0423;
}
.TagClassName
{
border-color: #DE0423;
}
</style>