Shades of Scarlet #E22902
Tints of Scarlet #E22902
RGB
CMYK
RGB Variations
Color information
#E22902 (or 0xE22902) is known color: Scarlet. HEX triplet: E2, 29 and 02. RGB value is (226,41,2). Sum of RGB (Red+Green+Blue) = 226+41+2=269 (35% of max value = 765). Red value is 226 (88.67% from 255 or 84.01% from 269); Green value is 41 (16.41% from 255 or 15.24% from 269); Blue value is 2 (1.17% from 255 or 0.74% from 269); Max value from RGB is 226 - color contains mainly: red. Hex color #E22902 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E22902 is #1DD6FD. Grayscale: #5C5C5C. Windows color (decimal): -1955582 or 141794. OLE color: 141794.
HSL color Cylindrical-coordinate representation of color #E22902: hue angle of 10.45º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E22902 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 41 | 2 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.11 |
| HSL | 10.45º | 0.98% | 0.45% | - |
| HSV(B) | 10.45º | 0.99% | 0.89% | - |
| XYZ | 32.17 | 17.76 | 1.79 | - |
| YUV | 91.87 | 77.29 | 223.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 41 | 2 | 0 | 0.82 | 0.99 | 0.11 | 10.45 | 0.98 | 0.45 |
| Hex | E2 | 29 | 2 | 0 | 52 | 63 | B | A | 62 | 2D |
| Octal | 342 | 51 | 2 | 0 | 122 | 143 | 13 | 12 | 142 | 55 |
| Binary | 11100010 | 101001 | 10 | 0 | 1010010 | 1100011 | 1011 | 1010 | 1100010 | 101101 |
Color Harmonies of #E22902
Complementary color
Monochromatic Colors of #E22902
Black with #E22902
Text Example
Text Example
White with #E22902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22902; }
p { color: rgb(226,41,2); }
H1.HeaderClassName
{
color: #E22902;
}
.AnyTagClassName
{
color: #E22902;
}
</style>
background-color css
<style>
a { background-color: #E22902; }
a { background-color: rgb(226,41,2); }
div.DivClassName
{
background-color: #E22902;
}
.BgClassName
{
background-color: #E22902;
}
</style>
border-color css
<style>
span { border-color: #E22902; }
span { border-color: rgb(226,41,2); }
td.TdClassName
{
border-color: #E22902;
}
.TagClassName
{
border-color: #E22902;
}
</style>