Shades of Fire Engine Red #E01320
Tints of Fire Engine Red #E01320
RGB
CMYK
RGB Variations
Color information
#E01320 (or 0xE01320) is known color: Fire Engine Red. HEX triplet: E0, 13 and 20. RGB value is (224,19,32). Sum of RGB (Red+Green+Blue) = 224+19+32=275 (36% of max value = 765). Red value is 224 (87.89% from 255 or 81.45% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 32 (12.89% from 255 or 11.64% from 275); Max value from RGB is 224 - color contains mainly: red. Hex color #E01320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01320 is #1FECDF. Grayscale: #515151. Windows color (decimal): -2092256 or 2102240. OLE color: 2102240.
HSL color Cylindrical-coordinate representation of color #E01320: hue angle of 356.2º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E01320 is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 19 | 32 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.12 |
| HSL | 356.2º | 0.84% | 0.48% | - |
| HSV(B) | 356.2º | 0.92% | 0.88% | - |
| XYZ | 31.23 | 16.42 | 2.89 | - |
| YUV | 81.78 | 99.92 | 229.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 19 | 32 | 0 | 0.92 | 0.86 | 0.12 | 356.2 | 0.84 | 0.48 |
| Hex | E0 | 13 | 20 | 0 | 5C | 56 | C | 164 | 54 | 30 |
| Octal | 340 | 23 | 40 | 0 | 134 | 126 | 14 | 544 | 124 | 60 |
| Binary | 11100000 | 10011 | 100000 | 0 | 1011100 | 1010110 | 1100 | 101100100 | 1010100 | 110000 |
Color Harmonies of #E01320
Complementary color
Monochromatic Colors of #E01320
Black with #E01320
Text Example
Text Example
White with #E01320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01320; }
p { color: rgb(224,19,32); }
H1.HeaderClassName
{
color: #E01320;
}
.AnyTagClassName
{
color: #E01320;
}
</style>
background-color css
<style>
a { background-color: #E01320; }
a { background-color: rgb(224,19,32); }
div.DivClassName
{
background-color: #E01320;
}
.BgClassName
{
background-color: #E01320;
}
</style>
border-color css
<style>
span { border-color: #E01320; }
span { border-color: rgb(224,19,32); }
td.TdClassName
{
border-color: #E01320;
}
.TagClassName
{
border-color: #E01320;
}
</style>