Shades of Scarlet #E22004
Tints of Scarlet #E22004
RGB
CMYK
RGB Variations
Color information
#E22004 (or 0xE22004) is known color: Scarlet. HEX triplet: E2, 20 and 04. RGB value is (226,32,4). Sum of RGB (Red+Green+Blue) = 226+32+4=262 (34% of max value = 765). Red value is 226 (88.67% from 255 or 86.26% from 262); Green value is 32 (12.89% from 255 or 12.21% from 262); Blue value is 4 (1.95% from 255 or 1.53% from 262); Max value from RGB is 226 - color contains mainly: red. Hex color #E22004 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E22004 is #1DDFFB. Grayscale: #575757. Windows color (decimal): -1957884 or 270562. OLE color: 270562.
HSL color Cylindrical-coordinate representation of color #E22004: hue angle of 7.57º 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 #E22004 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 32 | 4 | - |
| CMYK | 0 | 0.86 | 0.98 | 0.11 |
| HSL | 7.57º | 0.97% | 0.45% | - |
| HSV(B) | 7.57º | 0.98% | 0.89% | - |
| XYZ | 31.9 | 17.21 | 1.76 | - |
| YUV | 86.81 | 81.27 | 227.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 32 | 4 | 0 | 0.86 | 0.98 | 0.11 | 7.57 | 0.97 | 0.45 |
| Hex | E2 | 20 | 4 | 0 | 56 | 62 | B | 8 | 61 | 2D |
| Octal | 342 | 40 | 4 | 0 | 126 | 142 | 13 | 10 | 141 | 55 |
| Binary | 11100010 | 100000 | 100 | 0 | 1010110 | 1100010 | 1011 | 1000 | 1100001 | 101101 |
Color Harmonies of #E22004
Complementary color
Monochromatic Colors of #E22004
Black with #E22004
Text Example
Text Example
White with #E22004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22004; }
p { color: rgb(226,32,4); }
H1.HeaderClassName
{
color: #E22004;
}
.AnyTagClassName
{
color: #E22004;
}
</style>
background-color css
<style>
a { background-color: #E22004; }
a { background-color: rgb(226,32,4); }
div.DivClassName
{
background-color: #E22004;
}
.BgClassName
{
background-color: #E22004;
}
</style>
border-color css
<style>
span { border-color: #E22004; }
span { border-color: rgb(226,32,4); }
td.TdClassName
{
border-color: #E22004;
}
.TagClassName
{
border-color: #E22004;
}
</style>