Shades of Scarlet #E4170B
Tints of Scarlet #E4170B
RGB
CMYK
RGB Variations
Color information
#E4170B (or 0xE4170B) is known color: Scarlet. HEX triplet: E4, 17 and 0B. RGB value is (228,23,11). Sum of RGB (Red+Green+Blue) = 228+23+11=262 (34% of max value = 765). Red value is 228 (89.45% from 255 or 87.02% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 11 (4.69% from 255 or 4.20% from 262); Max value from RGB is 228 - color contains mainly: red. Hex color #E4170B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E4170B is #1BE8F4. Grayscale: #535353. Windows color (decimal): -1829109 or 727012. OLE color: 727012.
HSL color Cylindrical-coordinate representation of color #E4170B: hue angle of 3.32º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E4170B is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 23 | 11 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.11 |
| HSL | 3.32º | 0.91% | 0.47% | - |
| HSV(B) | 3.32º | 0.95% | 0.89% | - |
| XYZ | 32.36 | 17.13 | 1.92 | - |
| YUV | 82.93 | 87.42 | 231.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 23 | 11 | 0 | 0.90 | 0.95 | 0.11 | 3.32 | 0.91 | 0.47 |
| Hex | E4 | 17 | B | 0 | 5A | 5F | B | 3 | 5B | 2F |
| Octal | 344 | 27 | 13 | 0 | 132 | 137 | 13 | 3 | 133 | 57 |
| Binary | 11100100 | 10111 | 1011 | 0 | 1011010 | 1011111 | 1011 | 11 | 1011011 | 101111 |
Color Harmonies of #E4170B
Complementary color
Monochromatic Colors of #E4170B
Black with #E4170B
Text Example
Text Example
White with #E4170B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4170B; }
p { color: rgb(228,23,11); }
H1.HeaderClassName
{
color: #E4170B;
}
.AnyTagClassName
{
color: #E4170B;
}
</style>
background-color css
<style>
a { background-color: #E4170B; }
a { background-color: rgb(228,23,11); }
div.DivClassName
{
background-color: #E4170B;
}
.BgClassName
{
background-color: #E4170B;
}
</style>
border-color css
<style>
span { border-color: #E4170B; }
span { border-color: rgb(228,23,11); }
td.TdClassName
{
border-color: #E4170B;
}
.TagClassName
{
border-color: #E4170B;
}
</style>