Shades of Scarlet #E31E08
Tints of Scarlet #E31E08
RGB
CMYK
RGB Variations
Color information
#E31E08 (or 0xE31E08) is known color: Scarlet. HEX triplet: E3, 1E and 08. RGB value is (227,30,8). Sum of RGB (Red+Green+Blue) = 227+30+8=265 (35% of max value = 765). Red value is 227 (89.06% from 255 or 85.66% from 265); Green value is 30 (12.11% from 255 or 11.32% from 265); Blue value is 8 (3.52% from 255 or 3.02% from 265); Max value from RGB is 227 - color contains mainly: red. Hex color #E31E08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E31E08 is #1CE1F7. Grayscale: #565656. Windows color (decimal): -1892856 or 532195. OLE color: 532195.
HSL color Cylindrical-coordinate representation of color #E31E08: hue angle of 6.03º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E31E08 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 30 | 8 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.11 |
| HSL | 6.03º | 0.93% | 0.46% | - |
| HSV(B) | 6.03º | 0.96% | 0.89% | - |
| XYZ | 32.19 | 17.28 | 1.87 | - |
| YUV | 86.4 | 83.77 | 228.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 30 | 8 | 0 | 0.87 | 0.96 | 0.11 | 6.03 | 0.93 | 0.46 |
| Hex | E3 | 1E | 8 | 0 | 57 | 60 | B | 6 | 5D | 2E |
| Octal | 343 | 36 | 10 | 0 | 127 | 140 | 13 | 6 | 135 | 56 |
| Binary | 11100011 | 11110 | 1000 | 0 | 1010111 | 1100000 | 1011 | 110 | 1011101 | 101110 |
Color Harmonies of #E31E08
Complementary color
Monochromatic Colors of #E31E08
Black with #E31E08
Text Example
Text Example
White with #E31E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31E08; }
p { color: rgb(227,30,8); }
H1.HeaderClassName
{
color: #E31E08;
}
.AnyTagClassName
{
color: #E31E08;
}
</style>
background-color css
<style>
a { background-color: #E31E08; }
a { background-color: rgb(227,30,8); }
div.DivClassName
{
background-color: #E31E08;
}
.BgClassName
{
background-color: #E31E08;
}
</style>
border-color css
<style>
span { border-color: #E31E08; }
span { border-color: rgb(227,30,8); }
td.TdClassName
{
border-color: #E31E08;
}
.TagClassName
{
border-color: #E31E08;
}
</style>