Shades of Scarlet #E82010
Tints of Scarlet #E82010
RGB
CMYK
RGB Variations
Color information
#E82010 (or 0xE82010) is known color: Scarlet. HEX triplet: E8, 20 and 10. RGB value is (232,32,16). Sum of RGB (Red+Green+Blue) = 232+32+16=280 (37% of max value = 765). Red value is 232 (91.02% from 255 or 82.86% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 232 - color contains mainly: red. Hex color #E82010 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E82010 is #17DFEF. Grayscale: #5A5A5A. Windows color (decimal): -1564656 or 1057000. OLE color: 1057000.
HSL color Cylindrical-coordinate representation of color #E82010: hue angle of 4.44º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E82010 is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 32 | 16 | - |
| CMYK | 0 | 0.86 | 0.93 | 0.09 |
| HSL | 4.44º | 0.87% | 0.49% | - |
| HSV(B) | 4.44º | 0.93% | 0.91% | - |
| XYZ | 33.89 | 18.23 | 2.22 | - |
| YUV | 89.98 | 86.26 | 229.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 32 | 16 | 0 | 0.86 | 0.93 | 0.09 | 4.44 | 0.87 | 0.49 |
| Hex | E8 | 20 | 10 | 0 | 56 | 5D | 9 | 4 | 57 | 31 |
| Octal | 350 | 40 | 20 | 0 | 126 | 135 | 11 | 4 | 127 | 61 |
| Binary | 11101000 | 100000 | 10000 | 0 | 1010110 | 1011101 | 1001 | 100 | 1010111 | 110001 |
Color Harmonies of #E82010
Complementary color
Monochromatic Colors of #E82010
Black with #E82010
Text Example
Text Example
White with #E82010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82010; }
p { color: rgb(232,32,16); }
H1.HeaderClassName
{
color: #E82010;
}
.AnyTagClassName
{
color: #E82010;
}
</style>
background-color css
<style>
a { background-color: #E82010; }
a { background-color: rgb(232,32,16); }
div.DivClassName
{
background-color: #E82010;
}
.BgClassName
{
background-color: #E82010;
}
</style>
border-color css
<style>
span { border-color: #E82010; }
span { border-color: rgb(232,32,16); }
td.TdClassName
{
border-color: #E82010;
}
.TagClassName
{
border-color: #E82010;
}
</style>