Shades of Scarlet #EC1E17
Tints of Scarlet #EC1E17
RGB
CMYK
RGB Variations
Color information
#EC1E17 (or 0xEC1E17) is known color: Scarlet. HEX triplet: EC, 1E and 17. RGB value is (236,30,23). Sum of RGB (Red+Green+Blue) = 236+30+23=289 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.66% from 289); Green value is 30 (12.11% from 255 or 10.38% from 289); Blue value is 23 (9.38% from 255 or 7.96% from 289); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1E17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC1E17 is #13E1E8. Grayscale: #5B5B5B. Windows color (decimal): -1303017 or 1515244. OLE color: 1515244.
HSL color Cylindrical-coordinate representation of color #EC1E17: hue angle of 1.97º 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 #EC1E17 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 30 | 23 | - |
| CMYK | 0 | 0.87 | 0.90 | 0.07 |
| HSL | 1.97º | 0.85% | 0.51% | - |
| HSV(B) | 1.97º | 0.9% | 0.93% | - |
| XYZ | 35.21 | 18.82 | 2.59 | - |
| YUV | 90.8 | 89.75 | 231.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 30 | 23 | 0 | 0.87 | 0.90 | 0.07 | 1.97 | 0.85 | 0.51 |
| Hex | EC | 1E | 17 | 0 | 57 | 5A | 7 | 2 | 55 | 33 |
| Octal | 354 | 36 | 27 | 0 | 127 | 132 | 7 | 2 | 125 | 63 |
| Binary | 11101100 | 11110 | 10111 | 0 | 1010111 | 1011010 | 111 | 10 | 1010101 | 110011 |
Color Harmonies of #EC1E17
Complementary color
Monochromatic Colors of #EC1E17
Black with #EC1E17
Text Example
Text Example
White with #EC1E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1E17; }
p { color: rgb(236,30,23); }
H1.HeaderClassName
{
color: #EC1E17;
}
.AnyTagClassName
{
color: #EC1E17;
}
</style>
background-color css
<style>
a { background-color: #EC1E17; }
a { background-color: rgb(236,30,23); }
div.DivClassName
{
background-color: #EC1E17;
}
.BgClassName
{
background-color: #EC1E17;
}
</style>
border-color css
<style>
span { border-color: #EC1E17; }
span { border-color: rgb(236,30,23); }
td.TdClassName
{
border-color: #EC1E17;
}
.TagClassName
{
border-color: #EC1E17;
}
</style>