Shades of Scarlet #E5180C
Tints of Scarlet #E5180C
RGB
CMYK
RGB Variations
Color information
#E5180C (or 0xE5180C) is known color: Scarlet. HEX triplet: E5, 18 and 0C. RGB value is (229,24,12). Sum of RGB (Red+Green+Blue) = 229+24+12=265 (35% of max value = 765). Red value is 229 (89.84% from 255 or 86.42% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 12 (5.08% from 255 or 4.53% from 265); Max value from RGB is 229 - color contains mainly: red. Hex color #E5180C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E5180C is #1AE7F3. Grayscale: #545454. Windows color (decimal): -1763316 or 792805. OLE color: 792805.
HSL color Cylindrical-coordinate representation of color #E5180C: hue angle of 3.32º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E5180C is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 24 | 12 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.10 |
| HSL | 3.32º | 0.9% | 0.47% | - |
| HSV(B) | 3.32º | 0.95% | 0.9% | - |
| XYZ | 32.71 | 17.34 | 1.97 | - |
| YUV | 83.93 | 87.42 | 231.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 24 | 12 | 0 | 0.90 | 0.95 | 0.10 | 3.32 | 0.9 | 0.47 |
| Hex | E5 | 18 | C | 0 | 5A | 5F | A | 3 | 5A | 2F |
| Octal | 345 | 30 | 14 | 0 | 132 | 137 | 12 | 3 | 132 | 57 |
| Binary | 11100101 | 11000 | 1100 | 0 | 1011010 | 1011111 | 1010 | 11 | 1011010 | 101111 |
Color Harmonies of #E5180C
Complementary color
Monochromatic Colors of #E5180C
Black with #E5180C
Text Example
Text Example
White with #E5180C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5180C; }
p { color: rgb(229,24,12); }
H1.HeaderClassName
{
color: #E5180C;
}
.AnyTagClassName
{
color: #E5180C;
}
</style>
background-color css
<style>
a { background-color: #E5180C; }
a { background-color: rgb(229,24,12); }
div.DivClassName
{
background-color: #E5180C;
}
.BgClassName
{
background-color: #E5180C;
}
</style>
border-color css
<style>
span { border-color: #E5180C; }
span { border-color: rgb(229,24,12); }
td.TdClassName
{
border-color: #E5180C;
}
.TagClassName
{
border-color: #E5180C;
}
</style>