Shades of Scarlet #E81714
Tints of Scarlet #E81714
RGB
CMYK
RGB Variations
Color information
#E81714 (or 0xE81714) is known color: Scarlet. HEX triplet: E8, 17 and 14. RGB value is (232,23,20). Sum of RGB (Red+Green+Blue) = 232+23+20=275 (36% of max value = 765). Red value is 232 (91.02% from 255 or 84.36% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 20 (8.20% from 255 or 7.27% from 275); Max value from RGB is 232 - color contains mainly: red. Hex color #E81714 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E81714 is #17E8EB. Grayscale: #555555. Windows color (decimal): -1566956 or 1316840. OLE color: 1316840.
HSL color Cylindrical-coordinate representation of color #E81714: hue angle of 0.85º 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 #E81714 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 23 | 20 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.09 |
| HSL | 0.85º | 0.84% | 0.49% | - |
| HSV(B) | 0.85º | 0.91% | 0.91% | - |
| XYZ | 33.71 | 17.82 | 2.32 | - |
| YUV | 85.15 | 91.24 | 232.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 23 | 20 | 0 | 0.90 | 0.91 | 0.09 | 0.85 | 0.84 | 0.49 |
| Hex | E8 | 17 | 14 | 0 | 5A | 5B | 9 | 1 | 54 | 31 |
| Octal | 350 | 27 | 24 | 0 | 132 | 133 | 11 | 1 | 124 | 61 |
| Binary | 11101000 | 10111 | 10100 | 0 | 1011010 | 1011011 | 1001 | 1 | 1010100 | 110001 |
Color Harmonies of #E81714
Complementary color
Monochromatic Colors of #E81714
Black with #E81714
Text Example
Text Example
White with #E81714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81714; }
p { color: rgb(232,23,20); }
H1.HeaderClassName
{
color: #E81714;
}
.AnyTagClassName
{
color: #E81714;
}
</style>
background-color css
<style>
a { background-color: #E81714; }
a { background-color: rgb(232,23,20); }
div.DivClassName
{
background-color: #E81714;
}
.BgClassName
{
background-color: #E81714;
}
</style>
border-color css
<style>
span { border-color: #E81714; }
span { border-color: rgb(232,23,20); }
td.TdClassName
{
border-color: #E81714;
}
.TagClassName
{
border-color: #E81714;
}
</style>