Shades of Scarlet #E81E00
Tints of Scarlet #E81E00
RGB
CMYK
RGB Variations
Color information
#E81E00 (or 0xE81E00) is known color: Scarlet. HEX triplet: E8, 1E and 00. RGB value is (232,30,0). Sum of RGB (Red+Green+Blue) = 232+30+0=262 (34% of max value = 765). Red value is 232 (91.02% from 255 or 88.55% from 262); Green value is 30 (12.11% from 255 or 11.45% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 232 - color contains mainly: red. Hex color #E81E00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E81E00 is #17E1FF. Grayscale: #575757. Windows color (decimal): -1565184 or 7912. OLE color: 7912.
HSL color Cylindrical-coordinate representation of color #E81E00: hue angle of 7.76º 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 #E81E00 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 30 | 0 | - |
| CMYK | 0 | 0.87 | 1 | 0.09 |
| HSL | 7.76º | 1% | 0.45% | - |
| HSV(B) | 7.76º | 1% | 0.91% | - |
| XYZ | 33.74 | 18.08 | 1.71 | - |
| YUV | 86.98 | 78.92 | 231.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 30 | 0 | 0 | 0.87 | 1 | 0.09 | 7.76 | 1 | 0.45 |
| Hex | E8 | 1E | 0 | 0 | 57 | 64 | 9 | 8 | 64 | 2D |
| Octal | 350 | 36 | 0 | 0 | 127 | 144 | 11 | 10 | 144 | 55 |
| Binary | 11101000 | 11110 | 0 | 0 | 1010111 | 1100100 | 1001 | 1000 | 1100100 | 101101 |
Color Harmonies of #E81E00
Complementary color
Monochromatic Colors of #E81E00
Black with #E81E00
Text Example
Text Example
White with #E81E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81E00; }
p { color: rgb(232,30,0); }
H1.HeaderClassName
{
color: #E81E00;
}
.AnyTagClassName
{
color: #E81E00;
}
</style>
background-color css
<style>
a { background-color: #E81E00; }
a { background-color: rgb(232,30,0); }
div.DivClassName
{
background-color: #E81E00;
}
.BgClassName
{
background-color: #E81E00;
}
</style>
border-color css
<style>
span { border-color: #E81E00; }
span { border-color: rgb(232,30,0); }
td.TdClassName
{
border-color: #E81E00;
}
.TagClassName
{
border-color: #E81E00;
}
</style>