Shades of Scarlet #E31508
Tints of Scarlet #E31508
RGB
CMYK
RGB Variations
Color information
#E31508 (or 0xE31508) is known color: Scarlet. HEX triplet: E3, 15 and 08. RGB value is (227,21,8). Sum of RGB (Red+Green+Blue) = 227+21+8=256 (33% of max value = 765). Red value is 227 (89.06% from 255 or 88.67% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 227 - color contains mainly: red. Hex color #E31508 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E31508 is #1CEAF7. Grayscale: #515151. Windows color (decimal): -1895160 or 529891. OLE color: 529891.
HSL color Cylindrical-coordinate representation of color #E31508: hue angle of 3.56º 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 #E31508 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 21 | 8 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.11 |
| HSL | 3.56º | 0.93% | 0.46% | - |
| HSV(B) | 3.56º | 0.96% | 0.89% | - |
| XYZ | 31.99 | 16.88 | 1.8 | - |
| YUV | 81.11 | 86.75 | 232.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 21 | 8 | 0 | 0.91 | 0.96 | 0.11 | 3.56 | 0.93 | 0.46 |
| Hex | E3 | 15 | 8 | 0 | 5B | 60 | B | 4 | 5D | 2E |
| Octal | 343 | 25 | 10 | 0 | 133 | 140 | 13 | 4 | 135 | 56 |
| Binary | 11100011 | 10101 | 1000 | 0 | 1011011 | 1100000 | 1011 | 100 | 1011101 | 101110 |
Color Harmonies of #E31508
Complementary color
Monochromatic Colors of #E31508
Black with #E31508
Text Example
Text Example
White with #E31508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31508; }
p { color: rgb(227,21,8); }
H1.HeaderClassName
{
color: #E31508;
}
.AnyTagClassName
{
color: #E31508;
}
</style>
background-color css
<style>
a { background-color: #E31508; }
a { background-color: rgb(227,21,8); }
div.DivClassName
{
background-color: #E31508;
}
.BgClassName
{
background-color: #E31508;
}
</style>
border-color css
<style>
span { border-color: #E31508; }
span { border-color: rgb(227,21,8); }
td.TdClassName
{
border-color: #E31508;
}
.TagClassName
{
border-color: #E31508;
}
</style>