Shades of Scarlet #EC2110
Tints of Scarlet #EC2110
RGB
CMYK
RGB Variations
Color information
#EC2110 (or 0xEC2110) is known color: Scarlet. HEX triplet: EC, 21 and 10. RGB value is (236,33,16). Sum of RGB (Red+Green+Blue) = 236+33+16=285 (37% of max value = 765). Red value is 236 (92.58% from 255 or 82.81% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 16 (6.64% from 255 or 5.61% from 285); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2110 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2110 is #13DEEF. Grayscale: #5C5C5C. Windows color (decimal): -1302256 or 1057260. OLE color: 1057260.
HSL color Cylindrical-coordinate representation of color #EC2110: hue angle of 4.64º 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 #EC2110 is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 33 | 16 | - |
| CMYK | 0 | 0.86 | 0.93 | 0.07 |
| HSL | 4.64º | 0.87% | 0.49% | - |
| HSV(B) | 4.64º | 0.93% | 0.93% | - |
| XYZ | 35.23 | 18.96 | 2.29 | - |
| YUV | 91.76 | 85.25 | 230.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 33 | 16 | 0 | 0.86 | 0.93 | 0.07 | 4.64 | 0.87 | 0.49 |
| Hex | EC | 21 | 10 | 0 | 56 | 5D | 7 | 5 | 57 | 31 |
| Octal | 354 | 41 | 20 | 0 | 126 | 135 | 7 | 5 | 127 | 61 |
| Binary | 11101100 | 100001 | 10000 | 0 | 1010110 | 1011101 | 111 | 101 | 1010111 | 110001 |
Color Harmonies of #EC2110
Complementary color
Monochromatic Colors of #EC2110
Black with #EC2110
Text Example
Text Example
White with #EC2110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2110; }
p { color: rgb(236,33,16); }
H1.HeaderClassName
{
color: #EC2110;
}
.AnyTagClassName
{
color: #EC2110;
}
</style>
background-color css
<style>
a { background-color: #EC2110; }
a { background-color: rgb(236,33,16); }
div.DivClassName
{
background-color: #EC2110;
}
.BgClassName
{
background-color: #EC2110;
}
</style>
border-color css
<style>
span { border-color: #EC2110; }
span { border-color: rgb(236,33,16); }
td.TdClassName
{
border-color: #EC2110;
}
.TagClassName
{
border-color: #EC2110;
}
</style>