Shades of Scarlet #E9190F
Tints of Scarlet #E9190F
RGB
CMYK
RGB Variations
Color information
#E9190F (or 0xE9190F) is known color: Scarlet. HEX triplet: E9, 19 and 0F. RGB value is (233,25,15). Sum of RGB (Red+Green+Blue) = 233+25+15=273 (36% of max value = 765). Red value is 233 (91.41% from 255 or 85.35% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 233 - color contains mainly: red. Hex color #E9190F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E9190F is #16E6F0. Grayscale: #565656. Windows color (decimal): -1500913 or 989673. OLE color: 989673.
HSL color Cylindrical-coordinate representation of color #E9190F: hue angle of 2.75º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E9190F is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 25 | 15 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.09 |
| HSL | 2.75º | 0.88% | 0.49% | - |
| HSV(B) | 2.75º | 0.94% | 0.91% | - |
| XYZ | 34.04 | 18.05 | 2.14 | - |
| YUV | 86.05 | 87.91 | 232.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 25 | 15 | 0 | 0.89 | 0.94 | 0.09 | 2.75 | 0.88 | 0.49 |
| Hex | E9 | 19 | F | 0 | 59 | 5E | 9 | 3 | 58 | 31 |
| Octal | 351 | 31 | 17 | 0 | 131 | 136 | 11 | 3 | 130 | 61 |
| Binary | 11101001 | 11001 | 1111 | 0 | 1011001 | 1011110 | 1001 | 11 | 1011000 | 110001 |
Color Harmonies of #E9190F
Complementary color
Monochromatic Colors of #E9190F
Black with #E9190F
Text Example
Text Example
White with #E9190F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9190F; }
p { color: rgb(233,25,15); }
H1.HeaderClassName
{
color: #E9190F;
}
.AnyTagClassName
{
color: #E9190F;
}
</style>
background-color css
<style>
a { background-color: #E9190F; }
a { background-color: rgb(233,25,15); }
div.DivClassName
{
background-color: #E9190F;
}
.BgClassName
{
background-color: #E9190F;
}
</style>
border-color css
<style>
span { border-color: #E9190F; }
span { border-color: rgb(233,25,15); }
td.TdClassName
{
border-color: #E9190F;
}
.TagClassName
{
border-color: #E9190F;
}
</style>