Shades of Fire Engine Red #E21C21
Tints of Fire Engine Red #E21C21
RGB
CMYK
RGB Variations
Color information
#E21C21 (or 0xE21C21) is known color: Fire Engine Red. HEX triplet: E2, 1C and 21. RGB value is (226,28,33). Sum of RGB (Red+Green+Blue) = 226+28+33=287 (38% of max value = 765). Red value is 226 (88.67% from 255 or 78.75% from 287); Green value is 28 (11.33% from 255 or 9.76% from 287); Blue value is 33 (13.28% from 255 or 11.50% from 287); Max value from RGB is 226 - color contains mainly: red. Hex color #E21C21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21C21 is #1DE3DE. Grayscale: #575757. Windows color (decimal): -1958879 or 2170082. OLE color: 2170082.
HSL color Cylindrical-coordinate representation of color #E21C21: hue angle of 358.48º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21C21 is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 28 | 33 | - |
| CMYK | 0 | 0.88 | 0.85 | 0.11 |
| HSL | 358.48º | 0.78% | 0.5% | - |
| HSV(B) | 358.48º | 0.88% | 0.89% | - |
| XYZ | 32.05 | 17.11 | 3.05 | - |
| YUV | 87.77 | 97.1 | 226.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 28 | 33 | 0 | 0.88 | 0.85 | 0.11 | 358.48 | 0.78 | 0.5 |
| Hex | E2 | 1C | 21 | 0 | 58 | 55 | B | 166 | 4E | 32 |
| Octal | 342 | 34 | 41 | 0 | 130 | 125 | 13 | 546 | 116 | 62 |
| Binary | 11100010 | 11100 | 100001 | 0 | 1011000 | 1010101 | 1011 | 101100110 | 1001110 | 110010 |
Color Harmonies of #E21C21
Complementary color
Monochromatic Colors of #E21C21
Black with #E21C21
Text Example
Text Example
White with #E21C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21C21; }
p { color: rgb(226,28,33); }
H1.HeaderClassName
{
color: #E21C21;
}
.AnyTagClassName
{
color: #E21C21;
}
</style>
background-color css
<style>
a { background-color: #E21C21; }
a { background-color: rgb(226,28,33); }
div.DivClassName
{
background-color: #E21C21;
}
.BgClassName
{
background-color: #E21C21;
}
</style>
border-color css
<style>
span { border-color: #E21C21; }
span { border-color: rgb(226,28,33); }
td.TdClassName
{
border-color: #E21C21;
}
.TagClassName
{
border-color: #E21C21;
}
</style>