Shades of Red #E21204
Tints of Red #E21204
RGB
CMYK
RGB Variations
Color information
#E21204 (or 0xE21204) is known color: Red. HEX triplet: E2, 12 and 04. RGB value is (226,18,4). Sum of RGB (Red+Green+Blue) = 226+18+4=248 (32% of max value = 765). Red value is 226 (88.67% from 255 or 91.13% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 4 (1.95% from 255 or 1.61% from 248); Max value from RGB is 226 - color contains mainly: red. Hex color #E21204 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E21204 is #1DEDFB. Grayscale: #4E4E4E. Windows color (decimal): -1961468 or 266978. OLE color: 266978.
HSL color Cylindrical-coordinate representation of color #E21204: hue angle of 3.78º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E21204 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 18 | 4 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.11 |
| HSL | 3.78º | 0.97% | 0.45% | - |
| HSV(B) | 3.78º | 0.98% | 0.89% | - |
| XYZ | 31.6 | 16.61 | 1.66 | - |
| YUV | 78.6 | 85.91 | 233.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 18 | 4 | 0 | 0.92 | 0.98 | 0.11 | 3.78 | 0.97 | 0.45 |
| Hex | E2 | 12 | 4 | 0 | 5C | 62 | B | 4 | 61 | 2D |
| Octal | 342 | 22 | 4 | 0 | 134 | 142 | 13 | 4 | 141 | 55 |
| Binary | 11100010 | 10010 | 100 | 0 | 1011100 | 1100010 | 1011 | 100 | 1100001 | 101101 |
Color Harmonies of #E21204
Complementary color
Monochromatic Colors of #E21204
Black with #E21204
Text Example
Text Example
White with #E21204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21204; }
p { color: rgb(226,18,4); }
H1.HeaderClassName
{
color: #E21204;
}
.AnyTagClassName
{
color: #E21204;
}
</style>
background-color css
<style>
a { background-color: #E21204; }
a { background-color: rgb(226,18,4); }
div.DivClassName
{
background-color: #E21204;
}
.BgClassName
{
background-color: #E21204;
}
</style>
border-color css
<style>
span { border-color: #E21204; }
span { border-color: rgb(226,18,4); }
td.TdClassName
{
border-color: #E21204;
}
.TagClassName
{
border-color: #E21204;
}
</style>