Shades of Scarlet #EC190A
Tints of Scarlet #EC190A
RGB
CMYK
RGB Variations
Color information
#EC190A (or 0xEC190A) is known color: Scarlet. HEX triplet: EC, 19 and 0A. RGB value is (236,25,10). Sum of RGB (Red+Green+Blue) = 236+25+10=271 (35% of max value = 765). Red value is 236 (92.58% from 255 or 87.08% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 10 (4.30% from 255 or 3.69% from 271); Max value from RGB is 236 - color contains mainly: red. Hex color #EC190A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC190A is #13E6F5. Grayscale: #565656. Windows color (decimal): -1304310 or 661996. OLE color: 661996.
HSL color Cylindrical-coordinate representation of color #EC190A: hue angle of 3.98º 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 #EC190A is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 25 | 10 | - |
| CMYK | 0 | 0.89 | 0.96 | 0.07 |
| HSL | 3.98º | 0.92% | 0.48% | - |
| HSV(B) | 3.98º | 0.96% | 0.93% | - |
| XYZ | 34.99 | 18.55 | 2.02 | - |
| YUV | 86.38 | 84.9 | 234.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 25 | 10 | 0 | 0.89 | 0.96 | 0.07 | 3.98 | 0.92 | 0.48 |
| Hex | EC | 19 | A | 0 | 59 | 60 | 7 | 4 | 5C | 30 |
| Octal | 354 | 31 | 12 | 0 | 131 | 140 | 7 | 4 | 134 | 60 |
| Binary | 11101100 | 11001 | 1010 | 0 | 1011001 | 1100000 | 111 | 100 | 1011100 | 110000 |
Color Harmonies of #EC190A
Complementary color
Monochromatic Colors of #EC190A
Black with #EC190A
Text Example
Text Example
White with #EC190A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC190A; }
p { color: rgb(236,25,10); }
H1.HeaderClassName
{
color: #EC190A;
}
.AnyTagClassName
{
color: #EC190A;
}
</style>
background-color css
<style>
a { background-color: #EC190A; }
a { background-color: rgb(236,25,10); }
div.DivClassName
{
background-color: #EC190A;
}
.BgClassName
{
background-color: #EC190A;
}
</style>
border-color css
<style>
span { border-color: #EC190A; }
span { border-color: rgb(236,25,10); }
td.TdClassName
{
border-color: #EC190A;
}
.TagClassName
{
border-color: #EC190A;
}
</style>