Shades of Scarlet #E81614
Tints of Scarlet #E81614
RGB
CMYK
RGB Variations
Color information
#E81614 (or 0xE81614) is known color: Scarlet. HEX triplet: E8, 16 and 14. RGB value is (232,22,20). Sum of RGB (Red+Green+Blue) = 232+22+20=274 (36% of max value = 765). Red value is 232 (91.02% from 255 or 84.67% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 20 (8.20% from 255 or 7.30% from 274); Max value from RGB is 232 - color contains mainly: red. Hex color #E81614 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E81614 is #17E9EB. Grayscale: #545454. Windows color (decimal): -1567212 or 1316584. OLE color: 1316584.
HSL color Cylindrical-coordinate representation of color #E81614: hue angle of 0.57º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E81614 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 22 | 20 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.09 |
| HSL | 0.57º | 0.84% | 0.49% | - |
| HSV(B) | 0.57º | 0.91% | 0.91% | - |
| XYZ | 33.69 | 17.78 | 2.32 | - |
| YUV | 84.56 | 91.57 | 233.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 22 | 20 | 0 | 0.91 | 0.91 | 0.09 | 0.57 | 0.84 | 0.49 |
| Hex | E8 | 16 | 14 | 0 | 5B | 5B | 9 | 1 | 54 | 31 |
| Octal | 350 | 26 | 24 | 0 | 133 | 133 | 11 | 1 | 124 | 61 |
| Binary | 11101000 | 10110 | 10100 | 0 | 1011011 | 1011011 | 1001 | 1 | 1010100 | 110001 |
Color Harmonies of #E81614
Complementary color
Monochromatic Colors of #E81614
Black with #E81614
Text Example
Text Example
White with #E81614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81614; }
p { color: rgb(232,22,20); }
H1.HeaderClassName
{
color: #E81614;
}
.AnyTagClassName
{
color: #E81614;
}
</style>
background-color css
<style>
a { background-color: #E81614; }
a { background-color: rgb(232,22,20); }
div.DivClassName
{
background-color: #E81614;
}
.BgClassName
{
background-color: #E81614;
}
</style>
border-color css
<style>
span { border-color: #E81614; }
span { border-color: rgb(232,22,20); }
td.TdClassName
{
border-color: #E81614;
}
.TagClassName
{
border-color: #E81614;
}
</style>