Shades of Scarlet #EC3516
Tints of Scarlet #EC3516
RGB
CMYK
RGB Variations
Color information
#EC3516 (or 0xEC3516) is known color: Scarlet. HEX triplet: EC, 35 and 16. RGB value is (236,53,22). Sum of RGB (Red+Green+Blue) = 236+53+22=311 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.88% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 22 (8.98% from 255 or 7.07% from 311); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3516 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3516 is #13CAE9. Grayscale: #686868. Windows color (decimal): -1297130 or 1455596. OLE color: 1455596.
HSL color Cylindrical-coordinate representation of color #EC3516: hue angle of 8.69º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC3516 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 53 | 22 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.07 |
| HSL | 8.69º | 0.85% | 0.51% | - |
| HSV(B) | 8.69º | 0.91% | 0.93% | - |
| XYZ | 36.01 | 20.44 | 2.81 | - |
| YUV | 104.18 | 81.63 | 222.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 53 | 22 | 0 | 0.78 | 0.91 | 0.07 | 8.69 | 0.85 | 0.51 |
| Hex | EC | 35 | 16 | 0 | 4E | 5B | 7 | 9 | 55 | 33 |
| Octal | 354 | 65 | 26 | 0 | 116 | 133 | 7 | 11 | 125 | 63 |
| Binary | 11101100 | 110101 | 10110 | 0 | 1001110 | 1011011 | 111 | 1001 | 1010101 | 110011 |
Color Harmonies of #EC3516
Complementary color
Monochromatic Colors of #EC3516
Black with #EC3516
Text Example
Text Example
White with #EC3516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3516; }
p { color: rgb(236,53,22); }
H1.HeaderClassName
{
color: #EC3516;
}
.AnyTagClassName
{
color: #EC3516;
}
</style>
background-color css
<style>
a { background-color: #EC3516; }
a { background-color: rgb(236,53,22); }
div.DivClassName
{
background-color: #EC3516;
}
.BgClassName
{
background-color: #EC3516;
}
</style>
border-color css
<style>
span { border-color: #EC3516; }
span { border-color: rgb(236,53,22); }
td.TdClassName
{
border-color: #EC3516;
}
.TagClassName
{
border-color: #EC3516;
}
</style>