Shades of Scarlet #E22200
Tints of Scarlet #E22200
RGB
CMYK
RGB Variations
Color information
#E22200 (or 0xE22200) is known color: Scarlet. HEX triplet: E2, 22 and 00. RGB value is (226,34,0). Sum of RGB (Red+Green+Blue) = 226+34+0=260 (34% of max value = 765). Red value is 226 (88.67% from 255 or 86.92% from 260); Green value is 34 (13.67% from 255 or 13.08% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 226 - color contains mainly: red. Hex color #E22200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E22200 is #1DDDFF. Grayscale: #575757. Windows color (decimal): -1957376 or 8930. OLE color: 8930.
HSL color Cylindrical-coordinate representation of color #E22200: hue angle of 9.03º 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 #E22200 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 34 | 0 | - |
| CMYK | 0 | 0.85 | 1 | 0.11 |
| HSL | 9.03º | 1% | 0.44% | - |
| HSV(B) | 9.03º | 1% | 0.89% | - |
| XYZ | 31.94 | 17.31 | 1.66 | - |
| YUV | 87.53 | 78.61 | 226.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 34 | 0 | 0 | 0.85 | 1 | 0.11 | 9.03 | 1 | 0.44 |
| Hex | E2 | 22 | 0 | 0 | 55 | 64 | B | 9 | 64 | 2C |
| Octal | 342 | 42 | 0 | 0 | 125 | 144 | 13 | 11 | 144 | 54 |
| Binary | 11100010 | 100010 | 0 | 0 | 1010101 | 1100100 | 1011 | 1001 | 1100100 | 101100 |
Color Harmonies of #E22200
Complementary color
Monochromatic Colors of #E22200
Black with #E22200
Text Example
Text Example
White with #E22200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22200; }
p { color: rgb(226,34,0); }
H1.HeaderClassName
{
color: #E22200;
}
.AnyTagClassName
{
color: #E22200;
}
</style>
background-color css
<style>
a { background-color: #E22200; }
a { background-color: rgb(226,34,0); }
div.DivClassName
{
background-color: #E22200;
}
.BgClassName
{
background-color: #E22200;
}
</style>
border-color css
<style>
span { border-color: #E22200; }
span { border-color: rgb(226,34,0); }
td.TdClassName
{
border-color: #E22200;
}
.TagClassName
{
border-color: #E22200;
}
</style>