Shades of Scarlet #E5160A
Tints of Scarlet #E5160A
RGB
CMYK
RGB Variations
Color information
#E5160A (or 0xE5160A) is known color: Scarlet. HEX triplet: E5, 16 and 0A. RGB value is (229,22,10). Sum of RGB (Red+Green+Blue) = 229+22+10=261 (34% of max value = 765). Red value is 229 (89.84% from 255 or 87.74% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 10 (4.30% from 255 or 3.83% from 261); Max value from RGB is 229 - color contains mainly: red. Hex color #E5160A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E5160A is #1AE9F5. Grayscale: #525252. Windows color (decimal): -1763830 or 661221. OLE color: 661221.
HSL color Cylindrical-coordinate representation of color #E5160A: hue angle of 3.29º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E5160A is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 22 | 10 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.10 |
| HSL | 3.29º | 0.92% | 0.47% | - |
| HSV(B) | 3.29º | 0.96% | 0.9% | - |
| XYZ | 32.65 | 17.25 | 1.9 | - |
| YUV | 82.53 | 87.08 | 232.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 22 | 10 | 0 | 0.90 | 0.96 | 0.10 | 3.29 | 0.92 | 0.47 |
| Hex | E5 | 16 | A | 0 | 5A | 60 | A | 3 | 5C | 2F |
| Octal | 345 | 26 | 12 | 0 | 132 | 140 | 12 | 3 | 134 | 57 |
| Binary | 11100101 | 10110 | 1010 | 0 | 1011010 | 1100000 | 1010 | 11 | 1011100 | 101111 |
Color Harmonies of #E5160A
Complementary color
Monochromatic Colors of #E5160A
Black with #E5160A
Text Example
Text Example
White with #E5160A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5160A; }
p { color: rgb(229,22,10); }
H1.HeaderClassName
{
color: #E5160A;
}
.AnyTagClassName
{
color: #E5160A;
}
</style>
background-color css
<style>
a { background-color: #E5160A; }
a { background-color: rgb(229,22,10); }
div.DivClassName
{
background-color: #E5160A;
}
.BgClassName
{
background-color: #E5160A;
}
</style>
border-color css
<style>
span { border-color: #E5160A; }
span { border-color: rgb(229,22,10); }
td.TdClassName
{
border-color: #E5160A;
}
.TagClassName
{
border-color: #E5160A;
}
</style>