Shades of Scarlet #E9190E
Tints of Scarlet #E9190E
RGB
CMYK
RGB Variations
Color information
#E9190E (or 0xE9190E) is known color: Scarlet. HEX triplet: E9, 19 and 0E. RGB value is (233,25,14). Sum of RGB (Red+Green+Blue) = 233+25+14=272 (36% of max value = 765). Red value is 233 (91.41% from 255 or 85.66% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 14 (5.86% from 255 or 5.15% from 272); Max value from RGB is 233 - color contains mainly: red. Hex color #E9190E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E9190E is #16E6F1. Grayscale: #565656. Windows color (decimal): -1500914 or 924137. OLE color: 924137.
HSL color Cylindrical-coordinate representation of color #E9190E: hue angle of 3.01º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E9190E is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 25 | 14 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.09 |
| HSL | 3.01º | 0.89% | 0.48% | - |
| HSV(B) | 3.01º | 0.94% | 0.91% | - |
| XYZ | 34.03 | 18.05 | 2.11 | - |
| YUV | 85.94 | 87.41 | 232.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 25 | 14 | 0 | 0.89 | 0.94 | 0.09 | 3.01 | 0.89 | 0.48 |
| Hex | E9 | 19 | E | 0 | 59 | 5E | 9 | 3 | 59 | 30 |
| Octal | 351 | 31 | 16 | 0 | 131 | 136 | 11 | 3 | 131 | 60 |
| Binary | 11101001 | 11001 | 1110 | 0 | 1011001 | 1011110 | 1001 | 11 | 1011001 | 110000 |
Color Harmonies of #E9190E
Complementary color
Monochromatic Colors of #E9190E
Black with #E9190E
Text Example
Text Example
White with #E9190E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9190E; }
p { color: rgb(233,25,14); }
H1.HeaderClassName
{
color: #E9190E;
}
.AnyTagClassName
{
color: #E9190E;
}
</style>
background-color css
<style>
a { background-color: #E9190E; }
a { background-color: rgb(233,25,14); }
div.DivClassName
{
background-color: #E9190E;
}
.BgClassName
{
background-color: #E9190E;
}
</style>
border-color css
<style>
span { border-color: #E9190E; }
span { border-color: rgb(233,25,14); }
td.TdClassName
{
border-color: #E9190E;
}
.TagClassName
{
border-color: #E9190E;
}
</style>