Shades of Scarlet #E22100
Tints of Scarlet #E22100
RGB
CMYK
RGB Variations
Color information
#E22100 (or 0xE22100) is known color: Scarlet. HEX triplet: E2, 21 and 00. RGB value is (226,33,0). Sum of RGB (Red+Green+Blue) = 226+33+0=259 (34% of max value = 765). Red value is 226 (88.67% from 255 or 87.26% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 226 - color contains mainly: red. Hex color #E22100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E22100 is #1DDEFF. Grayscale: #575757. Windows color (decimal): -1957632 or 8674. OLE color: 8674.
HSL color Cylindrical-coordinate representation of color #E22100: hue angle of 8.76º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E22100 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 33 | 0 | - |
| CMYK | 0 | 0.85 | 1 | 0.11 |
| HSL | 8.76º | 1% | 0.44% | - |
| HSV(B) | 8.76º | 1% | 0.89% | - |
| XYZ | 31.91 | 17.26 | 1.65 | - |
| YUV | 86.95 | 78.94 | 227.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 33 | 0 | 0 | 0.85 | 1 | 0.11 | 8.76 | 1 | 0.44 |
| Hex | E2 | 21 | 0 | 0 | 55 | 64 | B | 9 | 64 | 2C |
| Octal | 342 | 41 | 0 | 0 | 125 | 144 | 13 | 11 | 144 | 54 |
| Binary | 11100010 | 100001 | 0 | 0 | 1010101 | 1100100 | 1011 | 1001 | 1100100 | 101100 |
Color Harmonies of #E22100
Complementary color
Monochromatic Colors of #E22100
Black with #E22100
Text Example
Text Example
White with #E22100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22100; }
p { color: rgb(226,33,0); }
H1.HeaderClassName
{
color: #E22100;
}
.AnyTagClassName
{
color: #E22100;
}
</style>
background-color css
<style>
a { background-color: #E22100; }
a { background-color: rgb(226,33,0); }
div.DivClassName
{
background-color: #E22100;
}
.BgClassName
{
background-color: #E22100;
}
</style>
border-color css
<style>
span { border-color: #E22100; }
span { border-color: rgb(226,33,0); }
td.TdClassName
{
border-color: #E22100;
}
.TagClassName
{
border-color: #E22100;
}
</style>