Shades of Scarlet #E2200F
Tints of Scarlet #E2200F
RGB
CMYK
RGB Variations
Color information
#E2200F (or 0xE2200F) is known color: Scarlet. HEX triplet: E2, 20 and 0F. RGB value is (226,32,15). Sum of RGB (Red+Green+Blue) = 226+32+15=273 (36% of max value = 765). Red value is 226 (88.67% from 255 or 82.78% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 226 - color contains mainly: red. Hex color #E2200F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E2200F is #1DDFF0. Grayscale: #585858. Windows color (decimal): -1957873 or 991458. OLE color: 991458.
HSL color Cylindrical-coordinate representation of color #E2200F: hue angle of 4.83º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E2200F is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 32 | 15 | - |
| CMYK | 0 | 0.86 | 0.93 | 0.11 |
| HSL | 4.83º | 0.88% | 0.47% | - |
| HSV(B) | 4.83º | 0.93% | 0.89% | - |
| XYZ | 31.97 | 17.24 | 2.09 | - |
| YUV | 88.07 | 86.77 | 226.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 32 | 15 | 0 | 0.86 | 0.93 | 0.11 | 4.83 | 0.88 | 0.47 |
| Hex | E2 | 20 | F | 0 | 56 | 5D | B | 5 | 58 | 2F |
| Octal | 342 | 40 | 17 | 0 | 126 | 135 | 13 | 5 | 130 | 57 |
| Binary | 11100010 | 100000 | 1111 | 0 | 1010110 | 1011101 | 1011 | 101 | 1011000 | 101111 |
Color Harmonies of #E2200F
Complementary color
Monochromatic Colors of #E2200F
Black with #E2200F
Text Example
Text Example
White with #E2200F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2200F; }
p { color: rgb(226,32,15); }
H1.HeaderClassName
{
color: #E2200F;
}
.AnyTagClassName
{
color: #E2200F;
}
</style>
background-color css
<style>
a { background-color: #E2200F; }
a { background-color: rgb(226,32,15); }
div.DivClassName
{
background-color: #E2200F;
}
.BgClassName
{
background-color: #E2200F;
}
</style>
border-color css
<style>
span { border-color: #E2200F; }
span { border-color: rgb(226,32,15); }
td.TdClassName
{
border-color: #E2200F;
}
.TagClassName
{
border-color: #E2200F;
}
</style>