Shades of Fire Engine Red #DE1E20
Tints of Fire Engine Red #DE1E20
RGB
CMYK
RGB Variations
Color information
#DE1E20 (or 0xDE1E20) is known color: Fire Engine Red. HEX triplet: DE, 1E and 20. RGB value is (222,30,32). Sum of RGB (Red+Green+Blue) = 222+30+32=284 (37% of max value = 765). Red value is 222 (87.11% from 255 or 78.17% from 284); Green value is 30 (12.11% from 255 or 10.56% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1E20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE1E20 is #21E1DF. Grayscale: #575757. Windows color (decimal): -2220512 or 2105054. OLE color: 2105054.
HSL color Cylindrical-coordinate representation of color #DE1E20: hue angle of 359.38º 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 #DE1E20 is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 30 | 32 | - |
| CMYK | 0 | 0.86 | 0.86 | 0.13 |
| HSL | 359.38º | 0.76% | 0.49% | - |
| HSV(B) | 359.38º | 0.86% | 0.87% | - |
| XYZ | 30.85 | 16.56 | 2.94 | - |
| YUV | 87.64 | 96.61 | 223.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 30 | 32 | 0 | 0.86 | 0.86 | 0.13 | 359.38 | 0.76 | 0.49 |
| Hex | DE | 1E | 20 | 0 | 56 | 56 | D | 167 | 4C | 31 |
| Octal | 336 | 36 | 40 | 0 | 126 | 126 | 15 | 547 | 114 | 61 |
| Binary | 11011110 | 11110 | 100000 | 0 | 1010110 | 1010110 | 1101 | 101100111 | 1001100 | 110001 |
Color Harmonies of #DE1E20
Complementary color
Monochromatic Colors of #DE1E20
Black with #DE1E20
Text Example
Text Example
White with #DE1E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1E20; }
p { color: rgb(222,30,32); }
H1.HeaderClassName
{
color: #DE1E20;
}
.AnyTagClassName
{
color: #DE1E20;
}
</style>
background-color css
<style>
a { background-color: #DE1E20; }
a { background-color: rgb(222,30,32); }
div.DivClassName
{
background-color: #DE1E20;
}
.BgClassName
{
background-color: #DE1E20;
}
</style>
border-color css
<style>
span { border-color: #DE1E20; }
span { border-color: rgb(222,30,32); }
td.TdClassName
{
border-color: #DE1E20;
}
.TagClassName
{
border-color: #DE1E20;
}
</style>