Shades of Scarlet #E31907
Tints of Scarlet #E31907
RGB
CMYK
RGB Variations
Color information
#E31907 (or 0xE31907) is known color: Scarlet. HEX triplet: E3, 19 and 07. RGB value is (227,25,7). Sum of RGB (Red+Green+Blue) = 227+25+7=259 (34% of max value = 765). Red value is 227 (89.06% from 255 or 87.64% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 7 (3.12% from 255 or 2.70% from 259); Max value from RGB is 227 - color contains mainly: red. Hex color #E31907 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E31907 is #1CE6F8. Grayscale: #535353. Windows color (decimal): -1894137 or 465379. OLE color: 465379.
HSL color Cylindrical-coordinate representation of color #E31907: hue angle of 4.91º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E31907 is Cyan = 0, Magento = 0.89, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 25 | 7 | - |
| CMYK | 0 | 0.89 | 0.97 | 0.11 |
| HSL | 4.91º | 0.94% | 0.46% | - |
| HSV(B) | 4.91º | 0.97% | 0.89% | - |
| XYZ | 32.06 | 17.04 | 1.8 | - |
| YUV | 83.35 | 84.92 | 230.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 25 | 7 | 0 | 0.89 | 0.97 | 0.11 | 4.91 | 0.94 | 0.46 |
| Hex | E3 | 19 | 7 | 0 | 59 | 61 | B | 5 | 5E | 2E |
| Octal | 343 | 31 | 7 | 0 | 131 | 141 | 13 | 5 | 136 | 56 |
| Binary | 11100011 | 11001 | 111 | 0 | 1011001 | 1100001 | 1011 | 101 | 1011110 | 101110 |
Color Harmonies of #E31907
Complementary color
Monochromatic Colors of #E31907
Black with #E31907
Text Example
Text Example
White with #E31907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31907; }
p { color: rgb(227,25,7); }
H1.HeaderClassName
{
color: #E31907;
}
.AnyTagClassName
{
color: #E31907;
}
</style>
background-color css
<style>
a { background-color: #E31907; }
a { background-color: rgb(227,25,7); }
div.DivClassName
{
background-color: #E31907;
}
.BgClassName
{
background-color: #E31907;
}
</style>
border-color css
<style>
span { border-color: #E31907; }
span { border-color: rgb(227,25,7); }
td.TdClassName
{
border-color: #E31907;
}
.TagClassName
{
border-color: #E31907;
}
</style>