Shades of Scarlet #E81C0A
Tints of Scarlet #E81C0A
RGB
CMYK
RGB Variations
Color information
#E81C0A (or 0xE81C0A) is known color: Scarlet. HEX triplet: E8, 1C and 0A. RGB value is (232,28,10). Sum of RGB (Red+Green+Blue) = 232+28+10=270 (35% of max value = 765). Red value is 232 (91.02% from 255 or 85.93% from 270); Green value is 28 (11.33% from 255 or 10.37% from 270); Blue value is 10 (4.30% from 255 or 3.70% from 270); Max value from RGB is 232 - color contains mainly: red. Hex color #E81C0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E81C0A is #17E3F5. Grayscale: #575757. Windows color (decimal): -1565686 or 662760. OLE color: 662760.
HSL color Cylindrical-coordinate representation of color #E81C0A: hue angle of 4.86º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E81C0A is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 28 | 10 | - |
| CMYK | 0 | 0.88 | 0.96 | 0.09 |
| HSL | 4.86º | 0.92% | 0.47% | - |
| HSV(B) | 4.86º | 0.96% | 0.91% | - |
| XYZ | 33.75 | 18.01 | 1.98 | - |
| YUV | 86.94 | 84.59 | 231.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 28 | 10 | 0 | 0.88 | 0.96 | 0.09 | 4.86 | 0.92 | 0.47 |
| Hex | E8 | 1C | A | 0 | 58 | 60 | 9 | 5 | 5C | 2F |
| Octal | 350 | 34 | 12 | 0 | 130 | 140 | 11 | 5 | 134 | 57 |
| Binary | 11101000 | 11100 | 1010 | 0 | 1011000 | 1100000 | 1001 | 101 | 1011100 | 101111 |
Color Harmonies of #E81C0A
Complementary color
Monochromatic Colors of #E81C0A
Black with #E81C0A
Text Example
Text Example
White with #E81C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81C0A; }
p { color: rgb(232,28,10); }
H1.HeaderClassName
{
color: #E81C0A;
}
.AnyTagClassName
{
color: #E81C0A;
}
</style>
background-color css
<style>
a { background-color: #E81C0A; }
a { background-color: rgb(232,28,10); }
div.DivClassName
{
background-color: #E81C0A;
}
.BgClassName
{
background-color: #E81C0A;
}
</style>
border-color css
<style>
span { border-color: #E81C0A; }
span { border-color: rgb(232,28,10); }
td.TdClassName
{
border-color: #E81C0A;
}
.TagClassName
{
border-color: #E81C0A;
}
</style>