Shades of Scarlet #E9190C
Tints of Scarlet #E9190C
RGB
CMYK
RGB Variations
Color information
#E9190C (or 0xE9190C) is known color: Scarlet. HEX triplet: E9, 19 and 0C. RGB value is (233,25,12). Sum of RGB (Red+Green+Blue) = 233+25+12=270 (35% of max value = 765). Red value is 233 (91.41% from 255 or 86.30% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 12 (5.08% from 255 or 4.44% from 270); Max value from RGB is 233 - color contains mainly: red. Hex color #E9190C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E9190C is #16E6F3. Grayscale: #555555. Windows color (decimal): -1500916 or 793065. OLE color: 793065.
HSL color Cylindrical-coordinate representation of color #E9190C: hue angle of 3.53º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E9190C is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 25 | 12 | - |
| CMYK | 0 | 0.89 | 0.95 | 0.09 |
| HSL | 3.53º | 0.9% | 0.48% | - |
| HSV(B) | 3.53º | 0.95% | 0.91% | - |
| XYZ | 34.02 | 18.05 | 2.04 | - |
| YUV | 85.71 | 86.41 | 233.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 25 | 12 | 0 | 0.89 | 0.95 | 0.09 | 3.53 | 0.9 | 0.48 |
| Hex | E9 | 19 | C | 0 | 59 | 5F | 9 | 4 | 5A | 30 |
| Octal | 351 | 31 | 14 | 0 | 131 | 137 | 11 | 4 | 132 | 60 |
| Binary | 11101001 | 11001 | 1100 | 0 | 1011001 | 1011111 | 1001 | 100 | 1011010 | 110000 |
Color Harmonies of #E9190C
Complementary color
Monochromatic Colors of #E9190C
Black with #E9190C
Text Example
Text Example
White with #E9190C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9190C; }
p { color: rgb(233,25,12); }
H1.HeaderClassName
{
color: #E9190C;
}
.AnyTagClassName
{
color: #E9190C;
}
</style>
background-color css
<style>
a { background-color: #E9190C; }
a { background-color: rgb(233,25,12); }
div.DivClassName
{
background-color: #E9190C;
}
.BgClassName
{
background-color: #E9190C;
}
</style>
border-color css
<style>
span { border-color: #E9190C; }
span { border-color: rgb(233,25,12); }
td.TdClassName
{
border-color: #E9190C;
}
.TagClassName
{
border-color: #E9190C;
}
</style>