Shades of Scarlet #E3170B
Tints of Scarlet #E3170B
RGB
CMYK
RGB Variations
Color information
#E3170B (or 0xE3170B) is known color: Scarlet. HEX triplet: E3, 17 and 0B. RGB value is (227,23,11). Sum of RGB (Red+Green+Blue) = 227+23+11=261 (34% of max value = 765). Red value is 227 (89.06% from 255 or 86.97% from 261); Green value is 23 (9.38% from 255 or 8.81% from 261); Blue value is 11 (4.69% from 255 or 4.21% from 261); Max value from RGB is 227 - color contains mainly: red. Hex color #E3170B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E3170B is #1CE8F4. Grayscale: #525252. Windows color (decimal): -1894645 or 727011. OLE color: 727011.
HSL color Cylindrical-coordinate representation of color #E3170B: hue angle of 3.33º 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 #E3170B is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 23 | 11 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.11 |
| HSL | 3.33º | 0.91% | 0.47% | - |
| HSV(B) | 3.33º | 0.95% | 0.89% | - |
| XYZ | 32.05 | 16.97 | 1.9 | - |
| YUV | 82.63 | 87.59 | 230.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 23 | 11 | 0 | 0.90 | 0.95 | 0.11 | 3.33 | 0.91 | 0.47 |
| Hex | E3 | 17 | B | 0 | 5A | 5F | B | 3 | 5B | 2F |
| Octal | 343 | 27 | 13 | 0 | 132 | 137 | 13 | 3 | 133 | 57 |
| Binary | 11100011 | 10111 | 1011 | 0 | 1011010 | 1011111 | 1011 | 11 | 1011011 | 101111 |
Color Harmonies of #E3170B
Complementary color
Monochromatic Colors of #E3170B
Black with #E3170B
Text Example
Text Example
White with #E3170B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3170B; }
p { color: rgb(227,23,11); }
H1.HeaderClassName
{
color: #E3170B;
}
.AnyTagClassName
{
color: #E3170B;
}
</style>
background-color css
<style>
a { background-color: #E3170B; }
a { background-color: rgb(227,23,11); }
div.DivClassName
{
background-color: #E3170B;
}
.BgClassName
{
background-color: #E3170B;
}
</style>
border-color css
<style>
span { border-color: #E3170B; }
span { border-color: rgb(227,23,11); }
td.TdClassName
{
border-color: #E3170B;
}
.TagClassName
{
border-color: #E3170B;
}
</style>