Shades of Scarlet #E8170A
Tints of Scarlet #E8170A
RGB
CMYK
RGB Variations
Color information
#E8170A (or 0xE8170A) is known color: Scarlet. HEX triplet: E8, 17 and 0A. RGB value is (232,23,10). Sum of RGB (Red+Green+Blue) = 232+23+10=265 (35% of max value = 765). Red value is 232 (91.02% from 255 or 87.55% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 10 (4.30% from 255 or 3.77% from 265); Max value from RGB is 232 - color contains mainly: red. Hex color #E8170A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E8170A is #17E8F5. Grayscale: #545454. Windows color (decimal): -1566966 or 661480. OLE color: 661480.
HSL color Cylindrical-coordinate representation of color #E8170A: hue angle of 3.51º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E8170A is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 23 | 10 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.09 |
| HSL | 3.51º | 0.92% | 0.47% | - |
| HSV(B) | 3.51º | 0.96% | 0.91% | - |
| XYZ | 33.64 | 17.79 | 1.95 | - |
| YUV | 84.01 | 86.24 | 233.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 23 | 10 | 0 | 0.90 | 0.96 | 0.09 | 3.51 | 0.92 | 0.47 |
| Hex | E8 | 17 | A | 0 | 5A | 60 | 9 | 4 | 5C | 2F |
| Octal | 350 | 27 | 12 | 0 | 132 | 140 | 11 | 4 | 134 | 57 |
| Binary | 11101000 | 10111 | 1010 | 0 | 1011010 | 1100000 | 1001 | 100 | 1011100 | 101111 |
Color Harmonies of #E8170A
Complementary color
Monochromatic Colors of #E8170A
Black with #E8170A
Text Example
Text Example
White with #E8170A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8170A; }
p { color: rgb(232,23,10); }
H1.HeaderClassName
{
color: #E8170A;
}
.AnyTagClassName
{
color: #E8170A;
}
</style>
background-color css
<style>
a { background-color: #E8170A; }
a { background-color: rgb(232,23,10); }
div.DivClassName
{
background-color: #E8170A;
}
.BgClassName
{
background-color: #E8170A;
}
</style>
border-color css
<style>
span { border-color: #E8170A; }
span { border-color: rgb(232,23,10); }
td.TdClassName
{
border-color: #E8170A;
}
.TagClassName
{
border-color: #E8170A;
}
</style>