Shades of Scarlet #E81816
Tints of Scarlet #E81816
RGB
CMYK
RGB Variations
Color information
#E81816 (or 0xE81816) is known color: Scarlet. HEX triplet: E8, 18 and 16. RGB value is (232,24,22). Sum of RGB (Red+Green+Blue) = 232+24+22=278 (36% of max value = 765). Red value is 232 (91.02% from 255 or 83.45% from 278); Green value is 24 (9.77% from 255 or 8.63% from 278); Blue value is 22 (8.98% from 255 or 7.91% from 278); Max value from RGB is 232 - color contains mainly: red. Hex color #E81816 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E81816 is #17E7E9. Grayscale: #565656. Windows color (decimal): -1566698 or 1448168. OLE color: 1448168.
HSL color Cylindrical-coordinate representation of color #E81816: hue angle of 0.57º 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 #E81816 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 24 | 22 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.09 |
| HSL | 0.57º | 0.83% | 0.5% | - |
| HSV(B) | 0.57º | 0.91% | 0.91% | - |
| XYZ | 33.75 | 17.87 | 2.43 | - |
| YUV | 85.96 | 91.91 | 232.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 24 | 22 | 0 | 0.90 | 0.91 | 0.09 | 0.57 | 0.83 | 0.5 |
| Hex | E8 | 18 | 16 | 0 | 5A | 5B | 9 | 1 | 53 | 32 |
| Octal | 350 | 30 | 26 | 0 | 132 | 133 | 11 | 1 | 123 | 62 |
| Binary | 11101000 | 11000 | 10110 | 0 | 1011010 | 1011011 | 1001 | 1 | 1010011 | 110010 |
Color Harmonies of #E81816
Complementary color
Monochromatic Colors of #E81816
Black with #E81816
Text Example
Text Example
White with #E81816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81816; }
p { color: rgb(232,24,22); }
H1.HeaderClassName
{
color: #E81816;
}
.AnyTagClassName
{
color: #E81816;
}
</style>
background-color css
<style>
a { background-color: #E81816; }
a { background-color: rgb(232,24,22); }
div.DivClassName
{
background-color: #E81816;
}
.BgClassName
{
background-color: #E81816;
}
</style>
border-color css
<style>
span { border-color: #E81816; }
span { border-color: rgb(232,24,22); }
td.TdClassName
{
border-color: #E81816;
}
.TagClassName
{
border-color: #E81816;
}
</style>