Shades of Scarlet #E22D02
Tints of Scarlet #E22D02
RGB
CMYK
RGB Variations
Color information
#E22D02 (or 0xE22D02) is known color: Scarlet. HEX triplet: E2, 2D and 02. RGB value is (226,45,2). Sum of RGB (Red+Green+Blue) = 226+45+2=273 (36% of max value = 765). Red value is 226 (88.67% from 255 or 82.78% from 273); Green value is 45 (17.97% from 255 or 16.48% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 226 - color contains mainly: red. Hex color #E22D02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E22D02 is #1DD2FD. Grayscale: #5E5E5E. Windows color (decimal): -1954558 or 142818. OLE color: 142818.
HSL color Cylindrical-coordinate representation of color #E22D02: hue angle of 11.52º 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 #E22D02 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 45 | 2 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.11 |
| HSL | 11.52º | 0.98% | 0.45% | - |
| HSV(B) | 11.52º | 0.99% | 0.89% | - |
| XYZ | 32.31 | 18.05 | 1.84 | - |
| YUV | 94.22 | 75.97 | 222 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 45 | 2 | 0 | 0.80 | 0.99 | 0.11 | 11.52 | 0.98 | 0.45 |
| Hex | E2 | 2D | 2 | 0 | 50 | 63 | B | C | 62 | 2D |
| Octal | 342 | 55 | 2 | 0 | 120 | 143 | 13 | 14 | 142 | 55 |
| Binary | 11100010 | 101101 | 10 | 0 | 1010000 | 1100011 | 1011 | 1100 | 1100010 | 101101 |
Color Harmonies of #E22D02
Complementary color
Monochromatic Colors of #E22D02
Black with #E22D02
Text Example
Text Example
White with #E22D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22D02; }
p { color: rgb(226,45,2); }
H1.HeaderClassName
{
color: #E22D02;
}
.AnyTagClassName
{
color: #E22D02;
}
</style>
background-color css
<style>
a { background-color: #E22D02; }
a { background-color: rgb(226,45,2); }
div.DivClassName
{
background-color: #E22D02;
}
.BgClassName
{
background-color: #E22D02;
}
</style>
border-color css
<style>
span { border-color: #E22D02; }
span { border-color: rgb(226,45,2); }
td.TdClassName
{
border-color: #E22D02;
}
.TagClassName
{
border-color: #E22D02;
}
</style>