Shades of Scarlet #E3160E
Tints of Scarlet #E3160E
RGB
CMYK
RGB Variations
Color information
#E3160E (or 0xE3160E) is known color: Scarlet. HEX triplet: E3, 16 and 0E. RGB value is (227,22,14). Sum of RGB (Red+Green+Blue) = 227+22+14=263 (34% of max value = 765). Red value is 227 (89.06% from 255 or 86.31% from 263); Green value is 22 (8.98% from 255 or 8.37% from 263); Blue value is 14 (5.86% from 255 or 5.32% from 263); Max value from RGB is 227 - color contains mainly: red. Hex color #E3160E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E3160E is #1CE9F1. Grayscale: #525252. Windows color (decimal): -1894898 or 923363. OLE color: 923363.
HSL color Cylindrical-coordinate representation of color #E3160E: hue angle of 2.25º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E3160E is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 22 | 14 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.11 |
| HSL | 2.25º | 0.88% | 0.47% | - |
| HSV(B) | 2.25º | 0.94% | 0.89% | - |
| XYZ | 32.04 | 16.94 | 2 | - |
| YUV | 82.38 | 89.42 | 231.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 22 | 14 | 0 | 0.90 | 0.94 | 0.11 | 2.25 | 0.88 | 0.47 |
| Hex | E3 | 16 | E | 0 | 5A | 5E | B | 2 | 58 | 2F |
| Octal | 343 | 26 | 16 | 0 | 132 | 136 | 13 | 2 | 130 | 57 |
| Binary | 11100011 | 10110 | 1110 | 0 | 1011010 | 1011110 | 1011 | 10 | 1011000 | 101111 |
Color Harmonies of #E3160E
Complementary color
Monochromatic Colors of #E3160E
Black with #E3160E
Text Example
Text Example
White with #E3160E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3160E; }
p { color: rgb(227,22,14); }
H1.HeaderClassName
{
color: #E3160E;
}
.AnyTagClassName
{
color: #E3160E;
}
</style>
background-color css
<style>
a { background-color: #E3160E; }
a { background-color: rgb(227,22,14); }
div.DivClassName
{
background-color: #E3160E;
}
.BgClassName
{
background-color: #E3160E;
}
</style>
border-color css
<style>
span { border-color: #E3160E; }
span { border-color: rgb(227,22,14); }
td.TdClassName
{
border-color: #E3160E;
}
.TagClassName
{
border-color: #E3160E;
}
</style>