Shades of Scarlet #E82016
Tints of Scarlet #E82016
RGB
CMYK
RGB Variations
Color information
#E82016 (or 0xE82016) is known color: Scarlet. HEX triplet: E8, 20 and 16. RGB value is (232,32,22). Sum of RGB (Red+Green+Blue) = 232+32+22=286 (37% of max value = 765). Red value is 232 (91.02% from 255 or 81.12% from 286); Green value is 32 (12.89% from 255 or 11.19% from 286); Blue value is 22 (8.98% from 255 or 7.69% from 286); Max value from RGB is 232 - color contains mainly: red. Hex color #E82016 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E82016 is #17DFE9. Grayscale: #5A5A5A. Windows color (decimal): -1564650 or 1450216. OLE color: 1450216.
HSL color Cylindrical-coordinate representation of color #E82016: hue angle of 2.86º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E82016 is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 32 | 22 | - |
| CMYK | 0 | 0.86 | 0.91 | 0.09 |
| HSL | 2.86º | 0.83% | 0.5% | - |
| HSV(B) | 2.86º | 0.91% | 0.91% | - |
| XYZ | 33.94 | 18.25 | 2.49 | - |
| YUV | 90.66 | 89.26 | 228.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 32 | 22 | 0 | 0.86 | 0.91 | 0.09 | 2.86 | 0.83 | 0.5 |
| Hex | E8 | 20 | 16 | 0 | 56 | 5B | 9 | 3 | 53 | 32 |
| Octal | 350 | 40 | 26 | 0 | 126 | 133 | 11 | 3 | 123 | 62 |
| Binary | 11101000 | 100000 | 10110 | 0 | 1010110 | 1011011 | 1001 | 11 | 1010011 | 110010 |
Color Harmonies of #E82016
Complementary color
Monochromatic Colors of #E82016
Black with #E82016
Text Example
Text Example
White with #E82016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82016; }
p { color: rgb(232,32,22); }
H1.HeaderClassName
{
color: #E82016;
}
.AnyTagClassName
{
color: #E82016;
}
</style>
background-color css
<style>
a { background-color: #E82016; }
a { background-color: rgb(232,32,22); }
div.DivClassName
{
background-color: #E82016;
}
.BgClassName
{
background-color: #E82016;
}
</style>
border-color css
<style>
span { border-color: #E82016; }
span { border-color: rgb(232,32,22); }
td.TdClassName
{
border-color: #E82016;
}
.TagClassName
{
border-color: #E82016;
}
</style>