Shades of Scarlet #E6170E
Tints of Scarlet #E6170E
RGB
CMYK
RGB Variations
Color information
#E6170E (or 0xE6170E) is known color: Scarlet. HEX triplet: E6, 17 and 0E. RGB value is (230,23,14). Sum of RGB (Red+Green+Blue) = 230+23+14=267 (35% of max value = 765). Red value is 230 (90.23% from 255 or 86.14% from 267); Green value is 23 (9.38% from 255 or 8.61% from 267); Blue value is 14 (5.86% from 255 or 5.24% from 267); Max value from RGB is 230 - color contains mainly: red. Hex color #E6170E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E6170E is #19E8F1. Grayscale: #545454. Windows color (decimal): -1698034 or 923622. OLE color: 923622.
HSL color Cylindrical-coordinate representation of color #E6170E: hue angle of 2.5º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E6170E is Cyan = 0, Magento = 0.9, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 23 | 14 | - |
| CMYK | 0 | 0.9 | 0.94 | 0.10 |
| HSL | 2.5º | 0.89% | 0.48% | - |
| HSV(B) | 2.5º | 0.94% | 0.9% | - |
| XYZ | 33.02 | 17.47 | 2.05 | - |
| YUV | 83.87 | 88.58 | 232.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 23 | 14 | 0 | 0.9 | 0.94 | 0.10 | 2.5 | 0.89 | 0.48 |
| Hex | E6 | 17 | E | 0 | 5A | 5E | A | 2 | 59 | 30 |
| Octal | 346 | 27 | 16 | 0 | 132 | 136 | 12 | 2 | 131 | 60 |
| Binary | 11100110 | 10111 | 1110 | 0 | 1011010 | 1011110 | 1010 | 10 | 1011001 | 110000 |
Color Harmonies of #E6170E
Complementary color
Monochromatic Colors of #E6170E
Black with #E6170E
Text Example
Text Example
White with #E6170E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6170E; }
p { color: rgb(230,23,14); }
H1.HeaderClassName
{
color: #E6170E;
}
.AnyTagClassName
{
color: #E6170E;
}
</style>
background-color css
<style>
a { background-color: #E6170E; }
a { background-color: rgb(230,23,14); }
div.DivClassName
{
background-color: #E6170E;
}
.BgClassName
{
background-color: #E6170E;
}
</style>
border-color css
<style>
span { border-color: #E6170E; }
span { border-color: rgb(230,23,14); }
td.TdClassName
{
border-color: #E6170E;
}
.TagClassName
{
border-color: #E6170E;
}
</style>