Shades of Scarlet #E31505
Tints of Scarlet #E31505
RGB
CMYK
RGB Variations
Color information
#E31505 (or 0xE31505) is known color: Scarlet. HEX triplet: E3, 15 and 05. RGB value is (227,21,5). Sum of RGB (Red+Green+Blue) = 227+21+5=253 (33% of max value = 765). Red value is 227 (89.06% from 255 or 89.72% from 253); Green value is 21 (8.59% from 255 or 8.30% from 253); Blue value is 5 (2.34% from 255 or 1.98% from 253); Max value from RGB is 227 - color contains mainly: red. Hex color #E31505 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E31505 is #1CEAFA. Grayscale: #515151. Windows color (decimal): -1895163 or 333283. OLE color: 333283.
HSL color Cylindrical-coordinate representation of color #E31505: hue angle of 4.32º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E31505 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 21 | 5 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.11 |
| HSL | 4.32º | 0.96% | 0.45% | - |
| HSV(B) | 4.32º | 0.98% | 0.89% | - |
| XYZ | 31.97 | 16.88 | 1.72 | - |
| YUV | 80.77 | 85.25 | 232.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 21 | 5 | 0 | 0.91 | 0.98 | 0.11 | 4.32 | 0.96 | 0.45 |
| Hex | E3 | 15 | 5 | 0 | 5B | 62 | B | 4 | 60 | 2D |
| Octal | 343 | 25 | 5 | 0 | 133 | 142 | 13 | 4 | 140 | 55 |
| Binary | 11100011 | 10101 | 101 | 0 | 1011011 | 1100010 | 1011 | 100 | 1100000 | 101101 |
Color Harmonies of #E31505
Complementary color
Monochromatic Colors of #E31505
Black with #E31505
Text Example
Text Example
White with #E31505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31505; }
p { color: rgb(227,21,5); }
H1.HeaderClassName
{
color: #E31505;
}
.AnyTagClassName
{
color: #E31505;
}
</style>
background-color css
<style>
a { background-color: #E31505; }
a { background-color: rgb(227,21,5); }
div.DivClassName
{
background-color: #E31505;
}
.BgClassName
{
background-color: #E31505;
}
</style>
border-color css
<style>
span { border-color: #E31505; }
span { border-color: rgb(227,21,5); }
td.TdClassName
{
border-color: #E31505;
}
.TagClassName
{
border-color: #E31505;
}
</style>