Shades of Scarlet #E22702
Tints of Scarlet #E22702
RGB
CMYK
RGB Variations
Color information
#E22702 (or 0xE22702) is known color: Scarlet. HEX triplet: E2, 27 and 02. RGB value is (226,39,2). Sum of RGB (Red+Green+Blue) = 226+39+2=267 (35% of max value = 765). Red value is 226 (88.67% from 255 or 84.64% from 267); Green value is 39 (15.62% from 255 or 14.61% from 267); Blue value is 2 (1.17% from 255 or 0.75% from 267); Max value from RGB is 226 - color contains mainly: red. Hex color #E22702 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E22702 is #1DD8FD. Grayscale: #5B5B5B. Windows color (decimal): -1956094 or 141282. OLE color: 141282.
HSL color Cylindrical-coordinate representation of color #E22702: hue angle of 9.91º 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 #E22702 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 39 | 2 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.11 |
| HSL | 9.91º | 0.98% | 0.45% | - |
| HSV(B) | 9.91º | 0.99% | 0.89% | - |
| XYZ | 32.1 | 17.62 | 1.77 | - |
| YUV | 90.7 | 77.95 | 224.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 39 | 2 | 0 | 0.83 | 0.99 | 0.11 | 9.91 | 0.98 | 0.45 |
| Hex | E2 | 27 | 2 | 0 | 53 | 63 | B | A | 62 | 2D |
| Octal | 342 | 47 | 2 | 0 | 123 | 143 | 13 | 12 | 142 | 55 |
| Binary | 11100010 | 100111 | 10 | 0 | 1010011 | 1100011 | 1011 | 1010 | 1100010 | 101101 |
Color Harmonies of #E22702
Complementary color
Monochromatic Colors of #E22702
Black with #E22702
Text Example
Text Example
White with #E22702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22702; }
p { color: rgb(226,39,2); }
H1.HeaderClassName
{
color: #E22702;
}
.AnyTagClassName
{
color: #E22702;
}
</style>
background-color css
<style>
a { background-color: #E22702; }
a { background-color: rgb(226,39,2); }
div.DivClassName
{
background-color: #E22702;
}
.BgClassName
{
background-color: #E22702;
}
</style>
border-color css
<style>
span { border-color: #E22702; }
span { border-color: rgb(226,39,2); }
td.TdClassName
{
border-color: #E22702;
}
.TagClassName
{
border-color: #E22702;
}
</style>