Shades of Scarlet #E81E16
Tints of Scarlet #E81E16
RGB
CMYK
RGB Variations
Color information
#E81E16 (or 0xE81E16) is known color: Scarlet. HEX triplet: E8, 1E and 16. RGB value is (232,30,22). Sum of RGB (Red+Green+Blue) = 232+30+22=284 (37% of max value = 765). Red value is 232 (91.02% from 255 or 81.69% from 284); Green value is 30 (12.11% from 255 or 10.56% from 284); Blue value is 22 (8.98% from 255 or 7.75% from 284); Max value from RGB is 232 - color contains mainly: red. Hex color #E81E16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E81E16 is #17E1E9. Grayscale: #595959. Windows color (decimal): -1565162 or 1449704. OLE color: 1449704.
HSL color Cylindrical-coordinate representation of color #E81E16: hue angle of 2.29º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E81E16 is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 30 | 22 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.09 |
| HSL | 2.29º | 0.83% | 0.5% | - |
| HSV(B) | 2.29º | 0.91% | 0.91% | - |
| XYZ | 33.89 | 18.14 | 2.47 | - |
| YUV | 89.49 | 89.92 | 229.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 30 | 22 | 0 | 0.87 | 0.91 | 0.09 | 2.29 | 0.83 | 0.5 |
| Hex | E8 | 1E | 16 | 0 | 57 | 5B | 9 | 2 | 53 | 32 |
| Octal | 350 | 36 | 26 | 0 | 127 | 133 | 11 | 2 | 123 | 62 |
| Binary | 11101000 | 11110 | 10110 | 0 | 1010111 | 1011011 | 1001 | 10 | 1010011 | 110010 |
Color Harmonies of #E81E16
Complementary color
Monochromatic Colors of #E81E16
Black with #E81E16
Text Example
Text Example
White with #E81E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81E16; }
p { color: rgb(232,30,22); }
H1.HeaderClassName
{
color: #E81E16;
}
.AnyTagClassName
{
color: #E81E16;
}
</style>
background-color css
<style>
a { background-color: #E81E16; }
a { background-color: rgb(232,30,22); }
div.DivClassName
{
background-color: #E81E16;
}
.BgClassName
{
background-color: #E81E16;
}
</style>
border-color css
<style>
span { border-color: #E81E16; }
span { border-color: rgb(232,30,22); }
td.TdClassName
{
border-color: #E81E16;
}
.TagClassName
{
border-color: #E81E16;
}
</style>