Shades of Fire Engine Red #E80F21
Tints of Fire Engine Red #E80F21
RGB
CMYK
RGB Variations
Color information
#E80F21 (or 0xE80F21) is known color: Fire Engine Red. HEX triplet: E8, 0F and 21. RGB value is (232,15,33). Sum of RGB (Red+Green+Blue) = 232+15+33=280 (37% of max value = 765). Red value is 232 (91.02% from 255 or 82.86% from 280); Green value is 15 (6.25% from 255 or 5.36% from 280); Blue value is 33 (13.28% from 255 or 11.79% from 280); Max value from RGB is 232 - color contains mainly: red. Hex color #E80F21 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80F21 is #17F0DE. Grayscale: #525252. Windows color (decimal): -1568991 or 2166760. OLE color: 2166760.
HSL color Cylindrical-coordinate representation of color #E80F21: hue angle of 355.02º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E80F21 is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 15 | 33 | - |
| CMYK | 0 | 0.94 | 0.86 | 0.09 |
| HSL | 355.02º | 0.88% | 0.48% | - |
| HSV(B) | 355.02º | 0.94% | 0.91% | - |
| XYZ | 33.72 | 17.61 | 3.06 | - |
| YUV | 81.94 | 100.39 | 235.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 15 | 33 | 0 | 0.94 | 0.86 | 0.09 | 355.02 | 0.88 | 0.48 |
| Hex | E8 | F | 21 | 0 | 5E | 56 | 9 | 163 | 58 | 30 |
| Octal | 350 | 17 | 41 | 0 | 136 | 126 | 11 | 543 | 130 | 60 |
| Binary | 11101000 | 1111 | 100001 | 0 | 1011110 | 1010110 | 1001 | 101100011 | 1011000 | 110000 |
Color Harmonies of #E80F21
Complementary color
Monochromatic Colors of #E80F21
Black with #E80F21
Text Example
Text Example
White with #E80F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80F21; }
p { color: rgb(232,15,33); }
H1.HeaderClassName
{
color: #E80F21;
}
.AnyTagClassName
{
color: #E80F21;
}
</style>
background-color css
<style>
a { background-color: #E80F21; }
a { background-color: rgb(232,15,33); }
div.DivClassName
{
background-color: #E80F21;
}
.BgClassName
{
background-color: #E80F21;
}
</style>
border-color css
<style>
span { border-color: #E80F21; }
span { border-color: rgb(232,15,33); }
td.TdClassName
{
border-color: #E80F21;
}
.TagClassName
{
border-color: #E80F21;
}
</style>