Shades of Scarlet #E31410
Tints of Scarlet #E31410
RGB
CMYK
RGB Variations
Color information
#E31410 (or 0xE31410) is known color: Scarlet. HEX triplet: E3, 14 and 10. RGB value is (227,20,16). Sum of RGB (Red+Green+Blue) = 227+20+16=263 (34% of max value = 765). Red value is 227 (89.06% from 255 or 86.31% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 16 (6.64% from 255 or 6.08% from 263); Max value from RGB is 227 - color contains mainly: red. Hex color #E31410 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E31410 is #1CEBEF. Grayscale: #515151. Windows color (decimal): -1895408 or 1053923. OLE color: 1053923.
HSL color Cylindrical-coordinate representation of color #E31410: hue angle of 1.14º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E31410 is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 20 | 16 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.11 |
| HSL | 1.14º | 0.87% | 0.48% | - |
| HSV(B) | 1.14º | 0.93% | 0.89% | - |
| XYZ | 32.02 | 16.87 | 2.06 | - |
| YUV | 81.44 | 91.08 | 231.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 20 | 16 | 0 | 0.91 | 0.93 | 0.11 | 1.14 | 0.87 | 0.48 |
| Hex | E3 | 14 | 10 | 0 | 5B | 5D | B | 1 | 57 | 30 |
| Octal | 343 | 24 | 20 | 0 | 133 | 135 | 13 | 1 | 127 | 60 |
| Binary | 11100011 | 10100 | 10000 | 0 | 1011011 | 1011101 | 1011 | 1 | 1010111 | 110000 |
Color Harmonies of #E31410
Complementary color
Monochromatic Colors of #E31410
Black with #E31410
Text Example
Text Example
White with #E31410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31410; }
p { color: rgb(227,20,16); }
H1.HeaderClassName
{
color: #E31410;
}
.AnyTagClassName
{
color: #E31410;
}
</style>
background-color css
<style>
a { background-color: #E31410; }
a { background-color: rgb(227,20,16); }
div.DivClassName
{
background-color: #E31410;
}
.BgClassName
{
background-color: #E31410;
}
</style>
border-color css
<style>
span { border-color: #E31410; }
span { border-color: rgb(227,20,16); }
td.TdClassName
{
border-color: #E31410;
}
.TagClassName
{
border-color: #E31410;
}
</style>