Shades of Scarlet #EC2916
Tints of Scarlet #EC2916
RGB
CMYK
RGB Variations
Color information
#EC2916 (or 0xEC2916) is known color: Scarlet. HEX triplet: EC, 29 and 16. RGB value is (236,41,22). Sum of RGB (Red+Green+Blue) = 236+41+22=299 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.93% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 22 (8.98% from 255 or 7.36% from 299); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2916 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2916 is #13D6E9. Grayscale: #616161. Windows color (decimal): -1300202 or 1452524. OLE color: 1452524.
HSL color Cylindrical-coordinate representation of color #EC2916: hue angle of 5.33º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC2916 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 41 | 22 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.07 |
| HSL | 5.33º | 0.85% | 0.51% | - |
| HSV(B) | 5.33º | 0.91% | 0.93% | - |
| XYZ | 35.53 | 19.48 | 2.65 | - |
| YUV | 97.14 | 85.6 | 227.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 41 | 22 | 0 | 0.83 | 0.91 | 0.07 | 5.33 | 0.85 | 0.51 |
| Hex | EC | 29 | 16 | 0 | 53 | 5B | 7 | 5 | 55 | 33 |
| Octal | 354 | 51 | 26 | 0 | 123 | 133 | 7 | 5 | 125 | 63 |
| Binary | 11101100 | 101001 | 10110 | 0 | 1010011 | 1011011 | 111 | 101 | 1010101 | 110011 |
Color Harmonies of #EC2916
Complementary color
Monochromatic Colors of #EC2916
Black with #EC2916
Text Example
Text Example
White with #EC2916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2916; }
p { color: rgb(236,41,22); }
H1.HeaderClassName
{
color: #EC2916;
}
.AnyTagClassName
{
color: #EC2916;
}
</style>
background-color css
<style>
a { background-color: #EC2916; }
a { background-color: rgb(236,41,22); }
div.DivClassName
{
background-color: #EC2916;
}
.BgClassName
{
background-color: #EC2916;
}
</style>
border-color css
<style>
span { border-color: #EC2916; }
span { border-color: rgb(236,41,22); }
td.TdClassName
{
border-color: #EC2916;
}
.TagClassName
{
border-color: #EC2916;
}
</style>