Shades of Scarlet #E31407
Tints of Scarlet #E31407
RGB
CMYK
RGB Variations
Color information
#E31407 (or 0xE31407) is known color: Scarlet. HEX triplet: E3, 14 and 07. RGB value is (227,20,7). Sum of RGB (Red+Green+Blue) = 227+20+7=254 (33% of max value = 765). Red value is 227 (89.06% from 255 or 89.37% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 7 (3.12% from 255 or 2.76% from 254); Max value from RGB is 227 - color contains mainly: red. Hex color #E31407 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E31407 is #1CEBF8. Grayscale: #505050. Windows color (decimal): -1895417 or 464099. OLE color: 464099.
HSL color Cylindrical-coordinate representation of color #E31407: hue angle of 3.55º 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 #E31407 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 20 | 7 | - |
| CMYK | 0 | 0.91 | 0.97 | 0.11 |
| HSL | 3.55º | 0.94% | 0.46% | - |
| HSV(B) | 3.55º | 0.97% | 0.89% | - |
| XYZ | 31.97 | 16.85 | 1.77 | - |
| YUV | 80.41 | 86.58 | 232.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 20 | 7 | 0 | 0.91 | 0.97 | 0.11 | 3.55 | 0.94 | 0.46 |
| Hex | E3 | 14 | 7 | 0 | 5B | 61 | B | 4 | 5E | 2E |
| Octal | 343 | 24 | 7 | 0 | 133 | 141 | 13 | 4 | 136 | 56 |
| Binary | 11100011 | 10100 | 111 | 0 | 1011011 | 1100001 | 1011 | 100 | 1011110 | 101110 |
Color Harmonies of #E31407
Complementary color
Monochromatic Colors of #E31407
Black with #E31407
Text Example
Text Example
White with #E31407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31407; }
p { color: rgb(227,20,7); }
H1.HeaderClassName
{
color: #E31407;
}
.AnyTagClassName
{
color: #E31407;
}
</style>
background-color css
<style>
a { background-color: #E31407; }
a { background-color: rgb(227,20,7); }
div.DivClassName
{
background-color: #E31407;
}
.BgClassName
{
background-color: #E31407;
}
</style>
border-color css
<style>
span { border-color: #E31407; }
span { border-color: rgb(227,20,7); }
td.TdClassName
{
border-color: #E31407;
}
.TagClassName
{
border-color: #E31407;
}
</style>