Shades of Scarlet #E81912
Tints of Scarlet #E81912
RGB
CMYK
RGB Variations
Color information
#E81912 (or 0xE81912) is known color: Scarlet. HEX triplet: E8, 19 and 12. RGB value is (232,25,18). Sum of RGB (Red+Green+Blue) = 232+25+18=275 (36% of max value = 765). Red value is 232 (91.02% from 255 or 84.36% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 232 - color contains mainly: red. Hex color #E81912 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E81912 is #17E6ED. Grayscale: #565656. Windows color (decimal): -1566446 or 1186280. OLE color: 1186280.
HSL color Cylindrical-coordinate representation of color #E81912: hue angle of 1.96º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E81912 is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 25 | 18 | - |
| CMYK | 0 | 0.89 | 0.92 | 0.09 |
| HSL | 1.96º | 0.86% | 0.49% | - |
| HSV(B) | 1.96º | 0.92% | 0.91% | - |
| XYZ | 33.74 | 17.89 | 2.25 | - |
| YUV | 86.1 | 89.58 | 232.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 25 | 18 | 0 | 0.89 | 0.92 | 0.09 | 1.96 | 0.86 | 0.49 |
| Hex | E8 | 19 | 12 | 0 | 59 | 5C | 9 | 2 | 56 | 31 |
| Octal | 350 | 31 | 22 | 0 | 131 | 134 | 11 | 2 | 126 | 61 |
| Binary | 11101000 | 11001 | 10010 | 0 | 1011001 | 1011100 | 1001 | 10 | 1010110 | 110001 |
Color Harmonies of #E81912
Complementary color
Monochromatic Colors of #E81912
Black with #E81912
Text Example
Text Example
White with #E81912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81912; }
p { color: rgb(232,25,18); }
H1.HeaderClassName
{
color: #E81912;
}
.AnyTagClassName
{
color: #E81912;
}
</style>
background-color css
<style>
a { background-color: #E81912; }
a { background-color: rgb(232,25,18); }
div.DivClassName
{
background-color: #E81912;
}
.BgClassName
{
background-color: #E81912;
}
</style>
border-color css
<style>
span { border-color: #E81912; }
span { border-color: rgb(232,25,18); }
td.TdClassName
{
border-color: #E81912;
}
.TagClassName
{
border-color: #E81912;
}
</style>