Shades of Fire Engine Red #E21320
Tints of Fire Engine Red #E21320
RGB
CMYK
RGB Variations
Color information
#E21320 (or 0xE21320) is known color: Fire Engine Red. HEX triplet: E2, 13 and 20. RGB value is (226,19,32). Sum of RGB (Red+Green+Blue) = 226+19+32=277 (36% of max value = 765). Red value is 226 (88.67% from 255 or 81.59% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 32 (12.89% from 255 or 11.55% from 277); Max value from RGB is 226 - color contains mainly: red. Hex color #E21320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E21320 is #1DECDF. Grayscale: #525252. Windows color (decimal): -1961184 or 2102242. OLE color: 2102242.
HSL color Cylindrical-coordinate representation of color #E21320: hue angle of 356.23º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E21320 is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 19 | 32 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.11 |
| HSL | 356.23º | 0.84% | 0.48% | - |
| HSV(B) | 356.23º | 0.92% | 0.89% | - |
| XYZ | 31.86 | 16.74 | 2.92 | - |
| YUV | 82.38 | 99.58 | 230.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 19 | 32 | 0 | 0.92 | 0.86 | 0.11 | 356.23 | 0.84 | 0.48 |
| Hex | E2 | 13 | 20 | 0 | 5C | 56 | B | 164 | 54 | 30 |
| Octal | 342 | 23 | 40 | 0 | 134 | 126 | 13 | 544 | 124 | 60 |
| Binary | 11100010 | 10011 | 100000 | 0 | 1011100 | 1010110 | 1011 | 101100100 | 1010100 | 110000 |
Color Harmonies of #E21320
Complementary color
Monochromatic Colors of #E21320
Black with #E21320
Text Example
Text Example
White with #E21320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21320; }
p { color: rgb(226,19,32); }
H1.HeaderClassName
{
color: #E21320;
}
.AnyTagClassName
{
color: #E21320;
}
</style>
background-color css
<style>
a { background-color: #E21320; }
a { background-color: rgb(226,19,32); }
div.DivClassName
{
background-color: #E21320;
}
.BgClassName
{
background-color: #E21320;
}
</style>
border-color css
<style>
span { border-color: #E21320; }
span { border-color: rgb(226,19,32); }
td.TdClassName
{
border-color: #E21320;
}
.TagClassName
{
border-color: #E21320;
}
</style>