Shades of Fire Engine Red #E9021C
Tints of Fire Engine Red #E9021C
RGB
CMYK
RGB Variations
Color information
#E9021C (or 0xE9021C) is known color: Fire Engine Red. HEX triplet: E9, 02 and 1C. RGB value is (233,2,28). Sum of RGB (Red+Green+Blue) = 233+2+28=263 (34% of max value = 765). Red value is 233 (91.41% from 255 or 88.59% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 28 (11.33% from 255 or 10.65% from 263); Max value from RGB is 233 - color contains mainly: red. Hex color #E9021C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9021C is #16FDE3. Grayscale: #4A4A4A. Windows color (decimal): -1506788 or 1835753. OLE color: 1835753.
HSL color Cylindrical-coordinate representation of color #E9021C: hue angle of 353.25º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E9021C is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 2 | 28 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.09 |
| HSL | 353.25º | 0.98% | 0.46% | - |
| HSV(B) | 353.25º | 0.99% | 0.91% | - |
| XYZ | 33.84 | 17.45 | 2.68 | - |
| YUV | 74.03 | 102.03 | 241.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 2 | 28 | 0 | 0.99 | 0.88 | 0.09 | 353.25 | 0.98 | 0.46 |
| Hex | E9 | 2 | 1C | 0 | 63 | 58 | 9 | 161 | 62 | 2E |
| Octal | 351 | 2 | 34 | 0 | 143 | 130 | 11 | 541 | 142 | 56 |
| Binary | 11101001 | 10 | 11100 | 0 | 1100011 | 1011000 | 1001 | 101100001 | 1100010 | 101110 |
Color Harmonies of #E9021C
Complementary color
Monochromatic Colors of #E9021C
Black with #E9021C
Text Example
Text Example
White with #E9021C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9021C; }
p { color: rgb(233,2,28); }
H1.HeaderClassName
{
color: #E9021C;
}
.AnyTagClassName
{
color: #E9021C;
}
</style>
background-color css
<style>
a { background-color: #E9021C; }
a { background-color: rgb(233,2,28); }
div.DivClassName
{
background-color: #E9021C;
}
.BgClassName
{
background-color: #E9021C;
}
</style>
border-color css
<style>
span { border-color: #E9021C; }
span { border-color: rgb(233,2,28); }
td.TdClassName
{
border-color: #E9021C;
}
.TagClassName
{
border-color: #E9021C;
}
</style>