Shades of Scarlet #EC2210
Tints of Scarlet #EC2210
RGB
CMYK
RGB Variations
Color information
#EC2210 (or 0xEC2210) is known color: Scarlet. HEX triplet: EC, 22 and 10. RGB value is (236,34,16). Sum of RGB (Red+Green+Blue) = 236+34+16=286 (37% of max value = 765). Red value is 236 (92.58% from 255 or 82.52% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 16 (6.64% from 255 or 5.59% from 286); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2210 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2210 is #13DDEF. Grayscale: #5C5C5C. Windows color (decimal): -1302000 or 1057516. OLE color: 1057516.
HSL color Cylindrical-coordinate representation of color #EC2210: hue angle of 4.91º 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 #EC2210 is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 34 | 16 | - |
| CMYK | 0 | 0.86 | 0.93 | 0.07 |
| HSL | 4.91º | 0.87% | 0.49% | - |
| HSV(B) | 4.91º | 0.93% | 0.93% | - |
| XYZ | 35.26 | 19.01 | 2.3 | - |
| YUV | 92.35 | 84.92 | 230.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 34 | 16 | 0 | 0.86 | 0.93 | 0.07 | 4.91 | 0.87 | 0.49 |
| Hex | EC | 22 | 10 | 0 | 56 | 5D | 7 | 5 | 57 | 31 |
| Octal | 354 | 42 | 20 | 0 | 126 | 135 | 7 | 5 | 127 | 61 |
| Binary | 11101100 | 100010 | 10000 | 0 | 1010110 | 1011101 | 111 | 101 | 1010111 | 110001 |
Color Harmonies of #EC2210
Complementary color
Monochromatic Colors of #EC2210
Black with #EC2210
Text Example
Text Example
White with #EC2210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2210; }
p { color: rgb(236,34,16); }
H1.HeaderClassName
{
color: #EC2210;
}
.AnyTagClassName
{
color: #EC2210;
}
</style>
background-color css
<style>
a { background-color: #EC2210; }
a { background-color: rgb(236,34,16); }
div.DivClassName
{
background-color: #EC2210;
}
.BgClassName
{
background-color: #EC2210;
}
</style>
border-color css
<style>
span { border-color: #EC2210; }
span { border-color: rgb(236,34,16); }
td.TdClassName
{
border-color: #EC2210;
}
.TagClassName
{
border-color: #EC2210;
}
</style>