Shades of Scarlet #E81414
Tints of Scarlet #E81414
RGB
CMYK
RGB Variations
Color information
#E81414 (or 0xE81414) is known color: Scarlet. HEX triplet: E8, 14 and 14. RGB value is (232,20,20). Sum of RGB (Red+Green+Blue) = 232+20+20=272 (36% of max value = 765). Red value is 232 (91.02% from 255 or 85.29% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 20 (8.20% from 255 or 7.35% from 272); Max value from RGB is 232 - color contains mainly: red. Hex color #E81414 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E81414 is #17EBEB. Grayscale: #535353. Windows color (decimal): -1567724 or 1316072. OLE color: 1316072.
HSL color Cylindrical-coordinate representation of color #E81414: hue angle of 0º 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 #E81414 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 20 | 20 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.09 |
| HSL | 0º | 0.84% | 0.49% | - |
| HSV(B) | 0º | 0.91% | 0.91% | - |
| XYZ | 33.66 | 17.71 | 2.31 | - |
| YUV | 83.39 | 92.24 | 234 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 20 | 20 | 0 | 0.91 | 0.91 | 0.09 | 0 | 0.84 | 0.49 |
| Hex | E8 | 14 | 14 | 0 | 5B | 5B | 9 | 0 | 54 | 31 |
| Octal | 350 | 24 | 24 | 0 | 133 | 133 | 11 | 0 | 124 | 61 |
| Binary | 11101000 | 10100 | 10100 | 0 | 1011011 | 1011011 | 1001 | 0 | 1010100 | 110001 |
Color Harmonies of #E81414
Complementary color
Monochromatic Colors of #E81414
Black with #E81414
Text Example
Text Example
White with #E81414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81414; }
p { color: rgb(232,20,20); }
H1.HeaderClassName
{
color: #E81414;
}
.AnyTagClassName
{
color: #E81414;
}
</style>
background-color css
<style>
a { background-color: #E81414; }
a { background-color: rgb(232,20,20); }
div.DivClassName
{
background-color: #E81414;
}
.BgClassName
{
background-color: #E81414;
}
</style>
border-color css
<style>
span { border-color: #E81414; }
span { border-color: rgb(232,20,20); }
td.TdClassName
{
border-color: #E81414;
}
.TagClassName
{
border-color: #E81414;
}
</style>