Shades of Scarlet #E2220D
Tints of Scarlet #E2220D
RGB
CMYK
RGB Variations
Color information
#E2220D (or 0xE2220D) is known color: Scarlet. HEX triplet: E2, 22 and 0D. RGB value is (226,34,13). Sum of RGB (Red+Green+Blue) = 226+34+13=273 (36% of max value = 765). Red value is 226 (88.67% from 255 or 82.78% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 226 - color contains mainly: red. Hex color #E2220D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E2220D is #1DDDF2. Grayscale: #595959. Windows color (decimal): -1957363 or 860898. OLE color: 860898.
HSL color Cylindrical-coordinate representation of color #E2220D: hue angle of 5.92º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E2220D is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 34 | 13 | - |
| CMYK | 0 | 0.85 | 0.94 | 0.11 |
| HSL | 5.92º | 0.89% | 0.47% | - |
| HSV(B) | 5.92º | 0.94% | 0.89% | - |
| XYZ | 32.01 | 17.34 | 2.04 | - |
| YUV | 89.01 | 85.11 | 225.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 34 | 13 | 0 | 0.85 | 0.94 | 0.11 | 5.92 | 0.89 | 0.47 |
| Hex | E2 | 22 | D | 0 | 55 | 5E | B | 6 | 59 | 2F |
| Octal | 342 | 42 | 15 | 0 | 125 | 136 | 13 | 6 | 131 | 57 |
| Binary | 11100010 | 100010 | 1101 | 0 | 1010101 | 1011110 | 1011 | 110 | 1011001 | 101111 |
Color Harmonies of #E2220D
Complementary color
Monochromatic Colors of #E2220D
Black with #E2220D
Text Example
Text Example
White with #E2220D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2220D; }
p { color: rgb(226,34,13); }
H1.HeaderClassName
{
color: #E2220D;
}
.AnyTagClassName
{
color: #E2220D;
}
</style>
background-color css
<style>
a { background-color: #E2220D; }
a { background-color: rgb(226,34,13); }
div.DivClassName
{
background-color: #E2220D;
}
.BgClassName
{
background-color: #E2220D;
}
</style>
border-color css
<style>
span { border-color: #E2220D; }
span { border-color: rgb(226,34,13); }
td.TdClassName
{
border-color: #E2220D;
}
.TagClassName
{
border-color: #E2220D;
}
</style>