Shades of Scarlet #E6170A
Tints of Scarlet #E6170A
RGB
CMYK
RGB Variations
Color information
#E6170A (or 0xE6170A) is known color: Scarlet. HEX triplet: E6, 17 and 0A. RGB value is (230,23,10). Sum of RGB (Red+Green+Blue) = 230+23+10=263 (34% of max value = 765). Red value is 230 (90.23% from 255 or 87.45% from 263); Green value is 23 (9.38% from 255 or 8.75% from 263); Blue value is 10 (4.30% from 255 or 3.80% from 263); Max value from RGB is 230 - color contains mainly: red. Hex color #E6170A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E6170A is #19E8F5. Grayscale: #535353. Windows color (decimal): -1698038 or 661478. OLE color: 661478.
HSL color Cylindrical-coordinate representation of color #E6170A: hue angle of 3.55º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E6170A is Cyan = 0, Magento = 0.9, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 23 | 10 | - |
| CMYK | 0 | 0.9 | 0.96 | 0.10 |
| HSL | 3.55º | 0.92% | 0.47% | - |
| HSV(B) | 3.55º | 0.96% | 0.9% | - |
| XYZ | 32.99 | 17.46 | 1.92 | - |
| YUV | 83.41 | 86.58 | 232.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 23 | 10 | 0 | 0.9 | 0.96 | 0.10 | 3.55 | 0.92 | 0.47 |
| Hex | E6 | 17 | A | 0 | 5A | 60 | A | 4 | 5C | 2F |
| Octal | 346 | 27 | 12 | 0 | 132 | 140 | 12 | 4 | 134 | 57 |
| Binary | 11100110 | 10111 | 1010 | 0 | 1011010 | 1100000 | 1010 | 100 | 1011100 | 101111 |
Color Harmonies of #E6170A
Complementary color
Monochromatic Colors of #E6170A
Black with #E6170A
Text Example
Text Example
White with #E6170A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6170A; }
p { color: rgb(230,23,10); }
H1.HeaderClassName
{
color: #E6170A;
}
.AnyTagClassName
{
color: #E6170A;
}
</style>
background-color css
<style>
a { background-color: #E6170A; }
a { background-color: rgb(230,23,10); }
div.DivClassName
{
background-color: #E6170A;
}
.BgClassName
{
background-color: #E6170A;
}
</style>
border-color css
<style>
span { border-color: #E6170A; }
span { border-color: rgb(230,23,10); }
td.TdClassName
{
border-color: #E6170A;
}
.TagClassName
{
border-color: #E6170A;
}
</style>