Shades of Scarlet #E81716
Tints of Scarlet #E81716
RGB
CMYK
RGB Variations
Color information
#E81716 (or 0xE81716) is known color: Scarlet. HEX triplet: E8, 17 and 16. RGB value is (232,23,22). Sum of RGB (Red+Green+Blue) = 232+23+22=277 (36% of max value = 765). Red value is 232 (91.02% from 255 or 83.75% from 277); Green value is 23 (9.38% from 255 or 8.30% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 232 - color contains mainly: red. Hex color #E81716 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E81716 is #17E8E9. Grayscale: #555555. Windows color (decimal): -1566954 or 1447912. OLE color: 1447912.
HSL color Cylindrical-coordinate representation of color #E81716: hue angle of 0.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 #E81716 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 23 | 22 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.09 |
| HSL | 0.29º | 0.83% | 0.5% | - |
| HSV(B) | 0.29º | 0.91% | 0.91% | - |
| XYZ | 33.73 | 17.83 | 2.42 | - |
| YUV | 85.38 | 92.24 | 232.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 23 | 22 | 0 | 0.90 | 0.91 | 0.09 | 0.29 | 0.83 | 0.5 |
| Hex | E8 | 17 | 16 | 0 | 5A | 5B | 9 | 0 | 53 | 32 |
| Octal | 350 | 27 | 26 | 0 | 132 | 133 | 11 | 0 | 123 | 62 |
| Binary | 11101000 | 10111 | 10110 | 0 | 1011010 | 1011011 | 1001 | 0 | 1010011 | 110010 |
Color Harmonies of #E81716
Complementary color
Monochromatic Colors of #E81716
Black with #E81716
Text Example
Text Example
White with #E81716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81716; }
p { color: rgb(232,23,22); }
H1.HeaderClassName
{
color: #E81716;
}
.AnyTagClassName
{
color: #E81716;
}
</style>
background-color css
<style>
a { background-color: #E81716; }
a { background-color: rgb(232,23,22); }
div.DivClassName
{
background-color: #E81716;
}
.BgClassName
{
background-color: #E81716;
}
</style>
border-color css
<style>
span { border-color: #E81716; }
span { border-color: rgb(232,23,22); }
td.TdClassName
{
border-color: #E81716;
}
.TagClassName
{
border-color: #E81716;
}
</style>