Shades of Scarlet #EC1716
Tints of Scarlet #EC1716
RGB
CMYK
RGB Variations
Color information
#EC1716 (or 0xEC1716) is known color: Scarlet. HEX triplet: EC, 17 and 16. RGB value is (236,23,22). Sum of RGB (Red+Green+Blue) = 236+23+22=281 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.99% from 281); Green value is 23 (9.38% from 255 or 8.19% from 281); Blue value is 22 (8.98% from 255 or 7.83% from 281); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1716 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1716 is #13E8E9. Grayscale: #565656. Windows color (decimal): -1304810 or 1447916. OLE color: 1447916.
HSL color Cylindrical-coordinate representation of color #EC1716: hue angle of 0.28º 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 #EC1716 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 22 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.07 |
| HSL | 0.28º | 0.85% | 0.51% | - |
| HSV(B) | 0.28º | 0.91% | 0.93% | - |
| XYZ | 35.04 | 18.5 | 2.48 | - |
| YUV | 86.57 | 91.57 | 234.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 22 | 0 | 0.90 | 0.91 | 0.07 | 0.28 | 0.85 | 0.51 |
| Hex | EC | 17 | 16 | 0 | 5A | 5B | 7 | 0 | 55 | 33 |
| Octal | 354 | 27 | 26 | 0 | 132 | 133 | 7 | 0 | 125 | 63 |
| Binary | 11101100 | 10111 | 10110 | 0 | 1011010 | 1011011 | 111 | 0 | 1010101 | 110011 |
Color Harmonies of #EC1716
Complementary color
Monochromatic Colors of #EC1716
Black with #EC1716
Text Example
Text Example
White with #EC1716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1716; }
p { color: rgb(236,23,22); }
H1.HeaderClassName
{
color: #EC1716;
}
.AnyTagClassName
{
color: #EC1716;
}
</style>
background-color css
<style>
a { background-color: #EC1716; }
a { background-color: rgb(236,23,22); }
div.DivClassName
{
background-color: #EC1716;
}
.BgClassName
{
background-color: #EC1716;
}
</style>
border-color css
<style>
span { border-color: #EC1716; }
span { border-color: rgb(236,23,22); }
td.TdClassName
{
border-color: #EC1716;
}
.TagClassName
{
border-color: #EC1716;
}
</style>