Shades of Scarlet #EC1910
Tints of Scarlet #EC1910
RGB
CMYK
RGB Variations
Color information
#EC1910 (or 0xEC1910) is known color: Scarlet. HEX triplet: EC, 19 and 10. RGB value is (236,25,16). Sum of RGB (Red+Green+Blue) = 236+25+16=277 (36% of max value = 765). Red value is 236 (92.58% from 255 or 85.20% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 16 (6.64% from 255 or 5.78% from 277); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1910 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1910 is #13E6EF. Grayscale: #575757. Windows color (decimal): -1304304 or 1055212. OLE color: 1055212.
HSL color Cylindrical-coordinate representation of color #EC1910: hue angle of 2.45º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC1910 is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 25 | 16 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.07 |
| HSL | 2.45º | 0.87% | 0.49% | - |
| HSV(B) | 2.45º | 0.93% | 0.93% | - |
| XYZ | 35.03 | 18.57 | 2.23 | - |
| YUV | 87.06 | 87.9 | 234.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 25 | 16 | 0 | 0.89 | 0.93 | 0.07 | 2.45 | 0.87 | 0.49 |
| Hex | EC | 19 | 10 | 0 | 59 | 5D | 7 | 2 | 57 | 31 |
| Octal | 354 | 31 | 20 | 0 | 131 | 135 | 7 | 2 | 127 | 61 |
| Binary | 11101100 | 11001 | 10000 | 0 | 1011001 | 1011101 | 111 | 10 | 1010111 | 110001 |
Color Harmonies of #EC1910
Complementary color
Monochromatic Colors of #EC1910
Black with #EC1910
Text Example
Text Example
White with #EC1910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1910; }
p { color: rgb(236,25,16); }
H1.HeaderClassName
{
color: #EC1910;
}
.AnyTagClassName
{
color: #EC1910;
}
</style>
background-color css
<style>
a { background-color: #EC1910; }
a { background-color: rgb(236,25,16); }
div.DivClassName
{
background-color: #EC1910;
}
.BgClassName
{
background-color: #EC1910;
}
</style>
border-color css
<style>
span { border-color: #EC1910; }
span { border-color: rgb(236,25,16); }
td.TdClassName
{
border-color: #EC1910;
}
.TagClassName
{
border-color: #EC1910;
}
</style>