Shades of Scarlet #E81D0A
Tints of Scarlet #E81D0A
RGB
CMYK
RGB Variations
Color information
#E81D0A (or 0xE81D0A) is known color: Scarlet. HEX triplet: E8, 1D and 0A. RGB value is (232,29,10). Sum of RGB (Red+Green+Blue) = 232+29+10=271 (35% of max value = 765). Red value is 232 (91.02% from 255 or 85.61% from 271); Green value is 29 (11.72% from 255 or 10.70% from 271); Blue value is 10 (4.30% from 255 or 3.69% from 271); Max value from RGB is 232 - color contains mainly: red. Hex color #E81D0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E81D0A is #17E2F5. Grayscale: #575757. Windows color (decimal): -1565430 or 663016. OLE color: 663016.
HSL color Cylindrical-coordinate representation of color #E81D0A: hue angle of 5.14º 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 #E81D0A is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 29 | 10 | - |
| CMYK | 0 | 0.88 | 0.96 | 0.09 |
| HSL | 5.14º | 0.92% | 0.47% | - |
| HSV(B) | 5.14º | 0.96% | 0.91% | - |
| XYZ | 33.77 | 18.06 | 1.99 | - |
| YUV | 87.53 | 84.25 | 231.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 29 | 10 | 0 | 0.88 | 0.96 | 0.09 | 5.14 | 0.92 | 0.47 |
| Hex | E8 | 1D | A | 0 | 58 | 60 | 9 | 5 | 5C | 2F |
| Octal | 350 | 35 | 12 | 0 | 130 | 140 | 11 | 5 | 134 | 57 |
| Binary | 11101000 | 11101 | 1010 | 0 | 1011000 | 1100000 | 1001 | 101 | 1011100 | 101111 |
Color Harmonies of #E81D0A
Complementary color
Monochromatic Colors of #E81D0A
Black with #E81D0A
Text Example
Text Example
White with #E81D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81D0A; }
p { color: rgb(232,29,10); }
H1.HeaderClassName
{
color: #E81D0A;
}
.AnyTagClassName
{
color: #E81D0A;
}
</style>
background-color css
<style>
a { background-color: #E81D0A; }
a { background-color: rgb(232,29,10); }
div.DivClassName
{
background-color: #E81D0A;
}
.BgClassName
{
background-color: #E81D0A;
}
</style>
border-color css
<style>
span { border-color: #E81D0A; }
span { border-color: rgb(232,29,10); }
td.TdClassName
{
border-color: #E81D0A;
}
.TagClassName
{
border-color: #E81D0A;
}
</style>