Shades of Scarlet #E82012
Tints of Scarlet #E82012
RGB
CMYK
RGB Variations
Color information
#E82012 (or 0xE82012) is known color: Scarlet. HEX triplet: E8, 20 and 12. RGB value is (232,32,18). Sum of RGB (Red+Green+Blue) = 232+32+18=282 (37% of max value = 765). Red value is 232 (91.02% from 255 or 82.27% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 232 - color contains mainly: red. Hex color #E82012 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E82012 is #17DFED. Grayscale: #5A5A5A. Windows color (decimal): -1564654 or 1188072. OLE color: 1188072.
HSL color Cylindrical-coordinate representation of color #E82012: hue angle of 3.93º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E82012 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 32 | 18 | - |
| CMYK | 0 | 0.86 | 0.92 | 0.09 |
| HSL | 3.93º | 0.86% | 0.49% | - |
| HSV(B) | 3.93º | 0.92% | 0.91% | - |
| XYZ | 33.9 | 18.23 | 2.3 | - |
| YUV | 90.2 | 87.26 | 229.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 32 | 18 | 0 | 0.86 | 0.92 | 0.09 | 3.93 | 0.86 | 0.49 |
| Hex | E8 | 20 | 12 | 0 | 56 | 5C | 9 | 4 | 56 | 31 |
| Octal | 350 | 40 | 22 | 0 | 126 | 134 | 11 | 4 | 126 | 61 |
| Binary | 11101000 | 100000 | 10010 | 0 | 1010110 | 1011100 | 1001 | 100 | 1010110 | 110001 |
Color Harmonies of #E82012
Complementary color
Monochromatic Colors of #E82012
Black with #E82012
Text Example
Text Example
White with #E82012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82012; }
p { color: rgb(232,32,18); }
H1.HeaderClassName
{
color: #E82012;
}
.AnyTagClassName
{
color: #E82012;
}
</style>
background-color css
<style>
a { background-color: #E82012; }
a { background-color: rgb(232,32,18); }
div.DivClassName
{
background-color: #E82012;
}
.BgClassName
{
background-color: #E82012;
}
</style>
border-color css
<style>
span { border-color: #E82012; }
span { border-color: rgb(232,32,18); }
td.TdClassName
{
border-color: #E82012;
}
.TagClassName
{
border-color: #E82012;
}
</style>