Shades of Scarlet #E5180A
Tints of Scarlet #E5180A
RGB
CMYK
RGB Variations
Color information
#E5180A (or 0xE5180A) is known color: Scarlet. HEX triplet: E5, 18 and 0A. RGB value is (229,24,10). Sum of RGB (Red+Green+Blue) = 229+24+10=263 (34% of max value = 765). Red value is 229 (89.84% from 255 or 87.07% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 10 (4.30% from 255 or 3.80% from 263); Max value from RGB is 229 - color contains mainly: red. Hex color #E5180A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E5180A is #1AE7F5. Grayscale: #535353. Windows color (decimal): -1763318 or 661733. OLE color: 661733.
HSL color Cylindrical-coordinate representation of color #E5180A: hue angle of 3.84º 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 #E5180A is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 24 | 10 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.10 |
| HSL | 3.84º | 0.92% | 0.47% | - |
| HSV(B) | 3.84º | 0.96% | 0.9% | - |
| XYZ | 32.69 | 17.33 | 1.91 | - |
| YUV | 83.7 | 86.42 | 231.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 24 | 10 | 0 | 0.90 | 0.96 | 0.10 | 3.84 | 0.92 | 0.47 |
| Hex | E5 | 18 | A | 0 | 5A | 60 | A | 4 | 5C | 2F |
| Octal | 345 | 30 | 12 | 0 | 132 | 140 | 12 | 4 | 134 | 57 |
| Binary | 11100101 | 11000 | 1010 | 0 | 1011010 | 1100000 | 1010 | 100 | 1011100 | 101111 |
Color Harmonies of #E5180A
Complementary color
Monochromatic Colors of #E5180A
Black with #E5180A
Text Example
Text Example
White with #E5180A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5180A; }
p { color: rgb(229,24,10); }
H1.HeaderClassName
{
color: #E5180A;
}
.AnyTagClassName
{
color: #E5180A;
}
</style>
background-color css
<style>
a { background-color: #E5180A; }
a { background-color: rgb(229,24,10); }
div.DivClassName
{
background-color: #E5180A;
}
.BgClassName
{
background-color: #E5180A;
}
</style>
border-color css
<style>
span { border-color: #E5180A; }
span { border-color: rgb(229,24,10); }
td.TdClassName
{
border-color: #E5180A;
}
.TagClassName
{
border-color: #E5180A;
}
</style>