Shades of Scarlet #E81D1A
Tints of Scarlet #E81D1A
RGB
CMYK
RGB Variations
Color information
#E81D1A (or 0xE81D1A) is known color: Scarlet. HEX triplet: E8, 1D and 1A. RGB value is (232,29,26). Sum of RGB (Red+Green+Blue) = 232+29+26=287 (38% of max value = 765). Red value is 232 (91.02% from 255 or 80.84% from 287); Green value is 29 (11.72% from 255 or 10.10% from 287); Blue value is 26 (10.55% from 255 or 9.06% from 287); Max value from RGB is 232 - color contains mainly: red. Hex color #E81D1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E81D1A is #17E2E5. Grayscale: #595959. Windows color (decimal): -1565414 or 1711592. OLE color: 1711592.
HSL color Cylindrical-coordinate representation of color #E81D1A: hue angle of 0.87º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E81D1A is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 29 | 26 | - |
| CMYK | 0 | 0.88 | 0.89 | 0.09 |
| HSL | 0.87º | 0.82% | 0.51% | - |
| HSV(B) | 0.87º | 0.89% | 0.91% | - |
| XYZ | 33.9 | 18.11 | 2.69 | - |
| YUV | 89.36 | 92.25 | 229.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 29 | 26 | 0 | 0.88 | 0.89 | 0.09 | 0.87 | 0.82 | 0.51 |
| Hex | E8 | 1D | 1A | 0 | 58 | 59 | 9 | 1 | 52 | 33 |
| Octal | 350 | 35 | 32 | 0 | 130 | 131 | 11 | 1 | 122 | 63 |
| Binary | 11101000 | 11101 | 11010 | 0 | 1011000 | 1011001 | 1001 | 1 | 1010010 | 110011 |
Color Harmonies of #E81D1A
Complementary color
Monochromatic Colors of #E81D1A
Black with #E81D1A
Text Example
Text Example
White with #E81D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81D1A; }
p { color: rgb(232,29,26); }
H1.HeaderClassName
{
color: #E81D1A;
}
.AnyTagClassName
{
color: #E81D1A;
}
</style>
background-color css
<style>
a { background-color: #E81D1A; }
a { background-color: rgb(232,29,26); }
div.DivClassName
{
background-color: #E81D1A;
}
.BgClassName
{
background-color: #E81D1A;
}
</style>
border-color css
<style>
span { border-color: #E81D1A; }
span { border-color: rgb(232,29,26); }
td.TdClassName
{
border-color: #E81D1A;
}
.TagClassName
{
border-color: #E81D1A;
}
</style>