Shades of Scarlet #EC170A
Tints of Scarlet #EC170A
RGB
CMYK
RGB Variations
Color information
#EC170A (or 0xEC170A) is known color: Scarlet. HEX triplet: EC, 17 and 0A. RGB value is (236,23,10). Sum of RGB (Red+Green+Blue) = 236+23+10=269 (35% of max value = 765). Red value is 236 (92.58% from 255 or 87.73% from 269); Green value is 23 (9.38% from 255 or 8.55% from 269); Blue value is 10 (4.30% from 255 or 3.72% from 269); Max value from RGB is 236 - color contains mainly: red. Hex color #EC170A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC170A is #13E8F5. Grayscale: #555555. Windows color (decimal): -1304822 or 661484. OLE color: 661484.
HSL color Cylindrical-coordinate representation of color #EC170A: hue angle of 3.45º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC170A is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 10 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.07 |
| HSL | 3.45º | 0.92% | 0.48% | - |
| HSV(B) | 3.45º | 0.96% | 0.93% | - |
| XYZ | 34.95 | 18.47 | 2.01 | - |
| YUV | 85.21 | 85.57 | 235.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 10 | 0 | 0.90 | 0.96 | 0.07 | 3.45 | 0.92 | 0.48 |
| Hex | EC | 17 | A | 0 | 5A | 60 | 7 | 3 | 5C | 30 |
| Octal | 354 | 27 | 12 | 0 | 132 | 140 | 7 | 3 | 134 | 60 |
| Binary | 11101100 | 10111 | 1010 | 0 | 1011010 | 1100000 | 111 | 11 | 1011100 | 110000 |
Color Harmonies of #EC170A
Complementary color
Monochromatic Colors of #EC170A
Black with #EC170A
Text Example
Text Example
White with #EC170A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC170A; }
p { color: rgb(236,23,10); }
H1.HeaderClassName
{
color: #EC170A;
}
.AnyTagClassName
{
color: #EC170A;
}
</style>
background-color css
<style>
a { background-color: #EC170A; }
a { background-color: rgb(236,23,10); }
div.DivClassName
{
background-color: #EC170A;
}
.BgClassName
{
background-color: #EC170A;
}
</style>
border-color css
<style>
span { border-color: #EC170A; }
span { border-color: rgb(236,23,10); }
td.TdClassName
{
border-color: #EC170A;
}
.TagClassName
{
border-color: #EC170A;
}
</style>