Shades of Scarlet #E81A00
Tints of Scarlet #E81A00
RGB
CMYK
RGB Variations
Color information
#E81A00 (or 0xE81A00) is known color: Scarlet. HEX triplet: E8, 1A and 00. RGB value is (232,26,0). Sum of RGB (Red+Green+Blue) = 232+26+0=258 (34% of max value = 765). Red value is 232 (91.02% from 255 or 89.92% from 258); Green value is 26 (10.55% from 255 or 10.08% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 232 - color contains mainly: red. Hex color #E81A00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E81A00 is #17E5FF. Grayscale: #545454. Windows color (decimal): -1566208 or 6888. OLE color: 6888.
HSL color Cylindrical-coordinate representation of color #E81A00: hue angle of 6.72º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E81A00 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 26 | 0 | - |
| CMYK | 0 | 0.89 | 1 | 0.09 |
| HSL | 6.72º | 1% | 0.45% | - |
| HSV(B) | 6.72º | 1% | 0.91% | - |
| XYZ | 33.65 | 17.89 | 1.68 | - |
| YUV | 84.63 | 80.25 | 233.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 26 | 0 | 0 | 0.89 | 1 | 0.09 | 6.72 | 1 | 0.45 |
| Hex | E8 | 1A | 0 | 0 | 59 | 64 | 9 | 7 | 64 | 2D |
| Octal | 350 | 32 | 0 | 0 | 131 | 144 | 11 | 7 | 144 | 55 |
| Binary | 11101000 | 11010 | 0 | 0 | 1011001 | 1100100 | 1001 | 111 | 1100100 | 101101 |
Color Harmonies of #E81A00
Complementary color
Monochromatic Colors of #E81A00
Black with #E81A00
Text Example
Text Example
White with #E81A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81A00; }
p { color: rgb(232,26,0); }
H1.HeaderClassName
{
color: #E81A00;
}
.AnyTagClassName
{
color: #E81A00;
}
</style>
background-color css
<style>
a { background-color: #E81A00; }
a { background-color: rgb(232,26,0); }
div.DivClassName
{
background-color: #E81A00;
}
.BgClassName
{
background-color: #E81A00;
}
</style>
border-color css
<style>
span { border-color: #E81A00; }
span { border-color: rgb(232,26,0); }
td.TdClassName
{
border-color: #E81A00;
}
.TagClassName
{
border-color: #E81A00;
}
</style>