Shades of Scarlet #E8220E
Tints of Scarlet #E8220E
RGB
CMYK
RGB Variations
Color information
#E8220E (or 0xE8220E) is known color: Scarlet. HEX triplet: E8, 22 and 0E. RGB value is (232,34,14). Sum of RGB (Red+Green+Blue) = 232+34+14=280 (37% of max value = 765). Red value is 232 (91.02% from 255 or 82.86% from 280); Green value is 34 (13.67% from 255 or 12.14% from 280); Blue value is 14 (5.86% from 255 or 5% from 280); Max value from RGB is 232 - color contains mainly: red. Hex color #E8220E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E8220E is #17DDF1. Grayscale: #5B5B5B. Windows color (decimal): -1564146 or 926440. OLE color: 926440.
HSL color Cylindrical-coordinate representation of color #E8220E: hue angle of 5.5º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E8220E is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 34 | 14 | - |
| CMYK | 0 | 0.85 | 0.94 | 0.09 |
| HSL | 5.5º | 0.89% | 0.48% | - |
| HSV(B) | 5.5º | 0.94% | 0.91% | - |
| XYZ | 33.93 | 18.33 | 2.17 | - |
| YUV | 90.92 | 84.6 | 228.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 34 | 14 | 0 | 0.85 | 0.94 | 0.09 | 5.5 | 0.89 | 0.48 |
| Hex | E8 | 22 | E | 0 | 55 | 5E | 9 | 6 | 59 | 30 |
| Octal | 350 | 42 | 16 | 0 | 125 | 136 | 11 | 6 | 131 | 60 |
| Binary | 11101000 | 100010 | 1110 | 0 | 1010101 | 1011110 | 1001 | 110 | 1011001 | 110000 |
Color Harmonies of #E8220E
Complementary color
Monochromatic Colors of #E8220E
Black with #E8220E
Text Example
Text Example
White with #E8220E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8220E; }
p { color: rgb(232,34,14); }
H1.HeaderClassName
{
color: #E8220E;
}
.AnyTagClassName
{
color: #E8220E;
}
</style>
background-color css
<style>
a { background-color: #E8220E; }
a { background-color: rgb(232,34,14); }
div.DivClassName
{
background-color: #E8220E;
}
.BgClassName
{
background-color: #E8220E;
}
</style>
border-color css
<style>
span { border-color: #E8220E; }
span { border-color: rgb(232,34,14); }
td.TdClassName
{
border-color: #E8220E;
}
.TagClassName
{
border-color: #E8220E;
}
</style>