Shades of Scarlet #E3190E
Tints of Scarlet #E3190E
RGB
CMYK
RGB Variations
Color information
#E3190E (or 0xE3190E) is known color: Scarlet. HEX triplet: E3, 19 and 0E. RGB value is (227,25,14). Sum of RGB (Red+Green+Blue) = 227+25+14=266 (35% of max value = 765). Red value is 227 (89.06% from 255 or 85.34% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 14 (5.86% from 255 or 5.26% from 266); Max value from RGB is 227 - color contains mainly: red. Hex color #E3190E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E3190E is #1CE6F1. Grayscale: #545454. Windows color (decimal): -1894130 or 924131. OLE color: 924131.
HSL color Cylindrical-coordinate representation of color #E3190E: hue angle of 3.1º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E3190E is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 25 | 14 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.11 |
| HSL | 3.1º | 0.88% | 0.47% | - |
| HSV(B) | 3.1º | 0.94% | 0.89% | - |
| XYZ | 32.11 | 17.06 | 2.02 | - |
| YUV | 84.14 | 88.42 | 229.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 25 | 14 | 0 | 0.89 | 0.94 | 0.11 | 3.1 | 0.88 | 0.47 |
| Hex | E3 | 19 | E | 0 | 59 | 5E | B | 3 | 58 | 2F |
| Octal | 343 | 31 | 16 | 0 | 131 | 136 | 13 | 3 | 130 | 57 |
| Binary | 11100011 | 11001 | 1110 | 0 | 1011001 | 1011110 | 1011 | 11 | 1011000 | 101111 |
Color Harmonies of #E3190E
Complementary color
Monochromatic Colors of #E3190E
Black with #E3190E
Text Example
Text Example
White with #E3190E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3190E; }
p { color: rgb(227,25,14); }
H1.HeaderClassName
{
color: #E3190E;
}
.AnyTagClassName
{
color: #E3190E;
}
</style>
background-color css
<style>
a { background-color: #E3190E; }
a { background-color: rgb(227,25,14); }
div.DivClassName
{
background-color: #E3190E;
}
.BgClassName
{
background-color: #E3190E;
}
</style>
border-color css
<style>
span { border-color: #E3190E; }
span { border-color: rgb(227,25,14); }
td.TdClassName
{
border-color: #E3190E;
}
.TagClassName
{
border-color: #E3190E;
}
</style>