Shades of Scarlet #E4170A
Tints of Scarlet #E4170A
RGB
CMYK
RGB Variations
Color information
#E4170A (or 0xE4170A) is known color: Scarlet. HEX triplet: E4, 17 and 0A. RGB value is (228,23,10). Sum of RGB (Red+Green+Blue) = 228+23+10=261 (34% of max value = 765). Red value is 228 (89.45% from 255 or 87.36% from 261); Green value is 23 (9.38% from 255 or 8.81% from 261); Blue value is 10 (4.30% from 255 or 3.83% from 261); Max value from RGB is 228 - color contains mainly: red. Hex color #E4170A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E4170A is #1BE8F5. Grayscale: #535353. Windows color (decimal): -1829110 or 661476. OLE color: 661476.
HSL color Cylindrical-coordinate representation of color #E4170A: hue angle of 3.58º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E4170A is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 23 | 10 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.11 |
| HSL | 3.58º | 0.92% | 0.47% | - |
| HSV(B) | 3.58º | 0.96% | 0.89% | - |
| XYZ | 32.36 | 17.13 | 1.89 | - |
| YUV | 82.81 | 86.92 | 231.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 23 | 10 | 0 | 0.90 | 0.96 | 0.11 | 3.58 | 0.92 | 0.47 |
| Hex | E4 | 17 | A | 0 | 5A | 60 | B | 4 | 5C | 2F |
| Octal | 344 | 27 | 12 | 0 | 132 | 140 | 13 | 4 | 134 | 57 |
| Binary | 11100100 | 10111 | 1010 | 0 | 1011010 | 1100000 | 1011 | 100 | 1011100 | 101111 |
Color Harmonies of #E4170A
Complementary color
Monochromatic Colors of #E4170A
Black with #E4170A
Text Example
Text Example
White with #E4170A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4170A; }
p { color: rgb(228,23,10); }
H1.HeaderClassName
{
color: #E4170A;
}
.AnyTagClassName
{
color: #E4170A;
}
</style>
background-color css
<style>
a { background-color: #E4170A; }
a { background-color: rgb(228,23,10); }
div.DivClassName
{
background-color: #E4170A;
}
.BgClassName
{
background-color: #E4170A;
}
</style>
border-color css
<style>
span { border-color: #E4170A; }
span { border-color: rgb(228,23,10); }
td.TdClassName
{
border-color: #E4170A;
}
.TagClassName
{
border-color: #E4170A;
}
</style>