Shades of Fire Engine Red #E80F1F
Tints of Fire Engine Red #E80F1F
RGB
CMYK
RGB Variations
Color information
#E80F1F (or 0xE80F1F) is known color: Fire Engine Red. HEX triplet: E8, 0F and 1F. RGB value is (232,15,31). Sum of RGB (Red+Green+Blue) = 232+15+31=278 (36% of max value = 765). Red value is 232 (91.02% from 255 or 83.45% from 278); Green value is 15 (6.25% from 255 or 5.40% from 278); Blue value is 31 (12.5% from 255 or 11.15% from 278); Max value from RGB is 232 - color contains mainly: red. Hex color #E80F1F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80F1F is #17F0E0. Grayscale: #515151. Windows color (decimal): -1568993 or 2035688. OLE color: 2035688.
HSL color Cylindrical-coordinate representation of color #E80F1F: hue angle of 355.58º 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 #E80F1F is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 15 | 31 | - |
| CMYK | 0 | 0.94 | 0.87 | 0.09 |
| HSL | 355.58º | 0.88% | 0.48% | - |
| HSV(B) | 355.58º | 0.94% | 0.91% | - |
| XYZ | 33.7 | 17.6 | 2.92 | - |
| YUV | 81.71 | 99.39 | 235.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 15 | 31 | 0 | 0.94 | 0.87 | 0.09 | 355.58 | 0.88 | 0.48 |
| Hex | E8 | F | 1F | 0 | 5E | 57 | 9 | 164 | 58 | 30 |
| Octal | 350 | 17 | 37 | 0 | 136 | 127 | 11 | 544 | 130 | 60 |
| Binary | 11101000 | 1111 | 11111 | 0 | 1011110 | 1010111 | 1001 | 101100100 | 1011000 | 110000 |
Color Harmonies of #E80F1F
Complementary color
Monochromatic Colors of #E80F1F
Black with #E80F1F
Text Example
Text Example
White with #E80F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80F1F; }
p { color: rgb(232,15,31); }
H1.HeaderClassName
{
color: #E80F1F;
}
.AnyTagClassName
{
color: #E80F1F;
}
</style>
background-color css
<style>
a { background-color: #E80F1F; }
a { background-color: rgb(232,15,31); }
div.DivClassName
{
background-color: #E80F1F;
}
.BgClassName
{
background-color: #E80F1F;
}
</style>
border-color css
<style>
span { border-color: #E80F1F; }
span { border-color: rgb(232,15,31); }
td.TdClassName
{
border-color: #E80F1F;
}
.TagClassName
{
border-color: #E80F1F;
}
</style>