Shades of Scarlet #EC2010
Tints of Scarlet #EC2010
RGB
CMYK
RGB Variations
Color information
#EC2010 (or 0xEC2010) is known color: Scarlet. HEX triplet: EC, 20 and 10. RGB value is (236,32,16). Sum of RGB (Red+Green+Blue) = 236+32+16=284 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.10% from 284); Green value is 32 (12.89% from 255 or 11.27% from 284); Blue value is 16 (6.64% from 255 or 5.63% from 284); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2010 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2010 is #13DFEF. Grayscale: #5B5B5B. Windows color (decimal): -1302512 or 1057004. OLE color: 1057004.
HSL color Cylindrical-coordinate representation of color #EC2010: hue angle of 4.36º 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 #EC2010 is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 16 | - |
| CMYK | 0 | 0.86 | 0.93 | 0.07 |
| HSL | 4.36º | 0.87% | 0.49% | - |
| HSV(B) | 4.36º | 0.93% | 0.93% | - |
| XYZ | 35.2 | 18.9 | 2.28 | - |
| YUV | 91.17 | 85.59 | 231.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 16 | 0 | 0.86 | 0.93 | 0.07 | 4.36 | 0.87 | 0.49 |
| Hex | EC | 20 | 10 | 0 | 56 | 5D | 7 | 4 | 57 | 31 |
| Octal | 354 | 40 | 20 | 0 | 126 | 135 | 7 | 4 | 127 | 61 |
| Binary | 11101100 | 100000 | 10000 | 0 | 1010110 | 1011101 | 111 | 100 | 1010111 | 110001 |
Color Harmonies of #EC2010
Complementary color
Monochromatic Colors of #EC2010
Black with #EC2010
Text Example
Text Example
White with #EC2010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2010; }
p { color: rgb(236,32,16); }
H1.HeaderClassName
{
color: #EC2010;
}
.AnyTagClassName
{
color: #EC2010;
}
</style>
background-color css
<style>
a { background-color: #EC2010; }
a { background-color: rgb(236,32,16); }
div.DivClassName
{
background-color: #EC2010;
}
.BgClassName
{
background-color: #EC2010;
}
</style>
border-color css
<style>
span { border-color: #EC2010; }
span { border-color: rgb(236,32,16); }
td.TdClassName
{
border-color: #EC2010;
}
.TagClassName
{
border-color: #EC2010;
}
</style>