Shades of Scarlet #E31807
Tints of Scarlet #E31807
RGB
CMYK
RGB Variations
Color information
#E31807 (or 0xE31807) is known color: Scarlet. HEX triplet: E3, 18 and 07. RGB value is (227,24,7). Sum of RGB (Red+Green+Blue) = 227+24+7=258 (34% of max value = 765). Red value is 227 (89.06% from 255 or 87.98% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 7 (3.12% from 255 or 2.71% from 258); Max value from RGB is 227 - color contains mainly: red. Hex color #E31807 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E31807 is #1CE7F8. Grayscale: #535353. Windows color (decimal): -1894393 or 465123. OLE color: 465123.
HSL color Cylindrical-coordinate representation of color #E31807: hue angle of 4.64º 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 #E31807 is Cyan = 0, Magento = 0.89, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 24 | 7 | - |
| CMYK | 0 | 0.89 | 0.97 | 0.11 |
| HSL | 4.64º | 0.94% | 0.46% | - |
| HSV(B) | 4.64º | 0.97% | 0.89% | - |
| XYZ | 32.04 | 17 | 1.79 | - |
| YUV | 82.76 | 85.25 | 230.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 24 | 7 | 0 | 0.89 | 0.97 | 0.11 | 4.64 | 0.94 | 0.46 |
| Hex | E3 | 18 | 7 | 0 | 59 | 61 | B | 5 | 5E | 2E |
| Octal | 343 | 30 | 7 | 0 | 131 | 141 | 13 | 5 | 136 | 56 |
| Binary | 11100011 | 11000 | 111 | 0 | 1011001 | 1100001 | 1011 | 101 | 1011110 | 101110 |
Color Harmonies of #E31807
Complementary color
Monochromatic Colors of #E31807
Black with #E31807
Text Example
Text Example
White with #E31807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31807; }
p { color: rgb(227,24,7); }
H1.HeaderClassName
{
color: #E31807;
}
.AnyTagClassName
{
color: #E31807;
}
</style>
background-color css
<style>
a { background-color: #E31807; }
a { background-color: rgb(227,24,7); }
div.DivClassName
{
background-color: #E31807;
}
.BgClassName
{
background-color: #E31807;
}
</style>
border-color css
<style>
span { border-color: #E31807; }
span { border-color: rgb(227,24,7); }
td.TdClassName
{
border-color: #E31807;
}
.TagClassName
{
border-color: #E31807;
}
</style>