Shades of Scarlet #E1190C
Tints of Scarlet #E1190C
RGB
CMYK
RGB Variations
Color information
#E1190C (or 0xE1190C) is known color: Scarlet. HEX triplet: E1, 19 and 0C. RGB value is (225,25,12). Sum of RGB (Red+Green+Blue) = 225+25+12=262 (34% of max value = 765). Red value is 225 (88.28% from 255 or 85.88% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 12 (5.08% from 255 or 4.58% from 262); Max value from RGB is 225 - color contains mainly: red. Hex color #E1190C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E1190C is #1EE6F3. Grayscale: #535353. Windows color (decimal): -2025204 or 793057. OLE color: 793057.
HSL color Cylindrical-coordinate representation of color #E1190C: hue angle of 3.66º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E1190C is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 25 | 12 | - |
| CMYK | 0 | 0.89 | 0.95 | 0.12 |
| HSL | 3.66º | 0.9% | 0.46% | - |
| HSV(B) | 3.66º | 0.95% | 0.88% | - |
| XYZ | 31.47 | 16.73 | 1.92 | - |
| YUV | 83.32 | 87.76 | 229.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 25 | 12 | 0 | 0.89 | 0.95 | 0.12 | 3.66 | 0.9 | 0.46 |
| Hex | E1 | 19 | C | 0 | 59 | 5F | C | 4 | 5A | 2E |
| Octal | 341 | 31 | 14 | 0 | 131 | 137 | 14 | 4 | 132 | 56 |
| Binary | 11100001 | 11001 | 1100 | 0 | 1011001 | 1011111 | 1100 | 100 | 1011010 | 101110 |
Color Harmonies of #E1190C
Complementary color
Monochromatic Colors of #E1190C
Black with #E1190C
Text Example
Text Example
White with #E1190C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1190C; }
p { color: rgb(225,25,12); }
H1.HeaderClassName
{
color: #E1190C;
}
.AnyTagClassName
{
color: #E1190C;
}
</style>
background-color css
<style>
a { background-color: #E1190C; }
a { background-color: rgb(225,25,12); }
div.DivClassName
{
background-color: #E1190C;
}
.BgClassName
{
background-color: #E1190C;
}
</style>
border-color css
<style>
span { border-color: #E1190C; }
span { border-color: rgb(225,25,12); }
td.TdClassName
{
border-color: #E1190C;
}
.TagClassName
{
border-color: #E1190C;
}
</style>