Shades of Scarlet #E8180E
Tints of Scarlet #E8180E
RGB
CMYK
RGB Variations
Color information
#E8180E (or 0xE8180E) is known color: Scarlet. HEX triplet: E8, 18 and 0E. RGB value is (232,24,14). Sum of RGB (Red+Green+Blue) = 232+24+14=270 (35% of max value = 765). Red value is 232 (91.02% from 255 or 85.93% from 270); Green value is 24 (9.77% from 255 or 8.89% from 270); Blue value is 14 (5.86% from 255 or 5.19% from 270); Max value from RGB is 232 - color contains mainly: red. Hex color #E8180E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E8180E is #17E7F1. Grayscale: #555555. Windows color (decimal): -1566706 or 923880. OLE color: 923880.
HSL color Cylindrical-coordinate representation of color #E8180E: hue angle of 2.75º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E8180E is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 24 | 14 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.09 |
| HSL | 2.75º | 0.89% | 0.48% | - |
| HSV(B) | 2.75º | 0.94% | 0.91% | - |
| XYZ | 33.68 | 17.84 | 2.08 | - |
| YUV | 85.05 | 87.91 | 232.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 24 | 14 | 0 | 0.90 | 0.94 | 0.09 | 2.75 | 0.89 | 0.48 |
| Hex | E8 | 18 | E | 0 | 5A | 5E | 9 | 3 | 59 | 30 |
| Octal | 350 | 30 | 16 | 0 | 132 | 136 | 11 | 3 | 131 | 60 |
| Binary | 11101000 | 11000 | 1110 | 0 | 1011010 | 1011110 | 1001 | 11 | 1011001 | 110000 |
Color Harmonies of #E8180E
Complementary color
Monochromatic Colors of #E8180E
Black with #E8180E
Text Example
Text Example
White with #E8180E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8180E; }
p { color: rgb(232,24,14); }
H1.HeaderClassName
{
color: #E8180E;
}
.AnyTagClassName
{
color: #E8180E;
}
</style>
background-color css
<style>
a { background-color: #E8180E; }
a { background-color: rgb(232,24,14); }
div.DivClassName
{
background-color: #E8180E;
}
.BgClassName
{
background-color: #E8180E;
}
</style>
border-color css
<style>
span { border-color: #E8180E; }
span { border-color: rgb(232,24,14); }
td.TdClassName
{
border-color: #E8180E;
}
.TagClassName
{
border-color: #E8180E;
}
</style>