Shades of Scarlet #EC1717
Tints of Scarlet #EC1717
RGB
CMYK
RGB Variations
Color information
#EC1717 (or 0xEC1717) is known color: Scarlet. HEX triplet: EC, 17 and 17. RGB value is (236,23,23). Sum of RGB (Red+Green+Blue) = 236+23+23=282 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.69% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 23 (9.38% from 255 or 8.16% from 282); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1717 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1717 is #13E8E8. Grayscale: #565656. Windows color (decimal): -1304809 or 1513452. OLE color: 1513452.
HSL color Cylindrical-coordinate representation of color #EC1717: hue angle of 0º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC1717 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 23 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.07 |
| HSL | 0º | 0.85% | 0.51% | - |
| HSV(B) | 0º | 0.9% | 0.93% | - |
| XYZ | 35.05 | 18.51 | 2.54 | - |
| YUV | 86.69 | 92.07 | 234.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 23 | 0 | 0.90 | 0.90 | 0.07 | 0 | 0.85 | 0.51 |
| Hex | EC | 17 | 17 | 0 | 5A | 5A | 7 | 0 | 55 | 33 |
| Octal | 354 | 27 | 27 | 0 | 132 | 132 | 7 | 0 | 125 | 63 |
| Binary | 11101100 | 10111 | 10111 | 0 | 1011010 | 1011010 | 111 | 0 | 1010101 | 110011 |
Color Harmonies of #EC1717
Complementary color
Monochromatic Colors of #EC1717
Black with #EC1717
Text Example
Text Example
White with #EC1717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1717; }
p { color: rgb(236,23,23); }
H1.HeaderClassName
{
color: #EC1717;
}
.AnyTagClassName
{
color: #EC1717;
}
</style>
background-color css
<style>
a { background-color: #EC1717; }
a { background-color: rgb(236,23,23); }
div.DivClassName
{
background-color: #EC1717;
}
.BgClassName
{
background-color: #EC1717;
}
</style>
border-color css
<style>
span { border-color: #EC1717; }
span { border-color: rgb(236,23,23); }
td.TdClassName
{
border-color: #EC1717;
}
.TagClassName
{
border-color: #EC1717;
}
</style>