Shades of Scarlet #E5180E
Tints of Scarlet #E5180E
RGB
CMYK
RGB Variations
Color information
#E5180E (or 0xE5180E) is known color: Scarlet. HEX triplet: E5, 18 and 0E. RGB value is (229,24,14). Sum of RGB (Red+Green+Blue) = 229+24+14=267 (35% of max value = 765). Red value is 229 (89.84% from 255 or 85.77% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 14 (5.86% from 255 or 5.24% from 267); Max value from RGB is 229 - color contains mainly: red. Hex color #E5180E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E5180E is #1AE7F1. Grayscale: #545454. Windows color (decimal): -1763314 or 923877. OLE color: 923877.
HSL color Cylindrical-coordinate representation of color #E5180E: hue angle of 2.79º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E5180E is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 24 | 14 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.10 |
| HSL | 2.79º | 0.88% | 0.48% | - |
| HSV(B) | 2.79º | 0.94% | 0.9% | - |
| XYZ | 32.72 | 17.34 | 2.04 | - |
| YUV | 84.16 | 88.42 | 231.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 24 | 14 | 0 | 0.90 | 0.94 | 0.10 | 2.79 | 0.88 | 0.48 |
| Hex | E5 | 18 | E | 0 | 5A | 5E | A | 3 | 58 | 30 |
| Octal | 345 | 30 | 16 | 0 | 132 | 136 | 12 | 3 | 130 | 60 |
| Binary | 11100101 | 11000 | 1110 | 0 | 1011010 | 1011110 | 1010 | 11 | 1011000 | 110000 |
Color Harmonies of #E5180E
Complementary color
Monochromatic Colors of #E5180E
Black with #E5180E
Text Example
Text Example
White with #E5180E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5180E; }
p { color: rgb(229,24,14); }
H1.HeaderClassName
{
color: #E5180E;
}
.AnyTagClassName
{
color: #E5180E;
}
</style>
background-color css
<style>
a { background-color: #E5180E; }
a { background-color: rgb(229,24,14); }
div.DivClassName
{
background-color: #E5180E;
}
.BgClassName
{
background-color: #E5180E;
}
</style>
border-color css
<style>
span { border-color: #E5180E; }
span { border-color: rgb(229,24,14); }
td.TdClassName
{
border-color: #E5180E;
}
.TagClassName
{
border-color: #E5180E;
}
</style>