Shades of Scarlet #EC3112
Tints of Scarlet #EC3112
RGB
CMYK
RGB Variations
Color information
#EC3112 (or 0xEC3112) is known color: Scarlet. HEX triplet: EC, 31 and 12. RGB value is (236,49,18). Sum of RGB (Red+Green+Blue) = 236+49+18=303 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.89% from 303); Green value is 49 (19.53% from 255 or 16.17% from 303); Blue value is 18 (7.42% from 255 or 5.94% from 303); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3112 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3112 is #13CEED. Grayscale: #656565. Windows color (decimal): -1298158 or 1192428. OLE color: 1192428.
HSL color Cylindrical-coordinate representation of color #EC3112: hue angle of 8.53º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC3112 is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 49 | 18 | - |
| CMYK | 0 | 0.79 | 0.92 | 0.07 |
| HSL | 8.53º | 0.86% | 0.5% | - |
| HSV(B) | 8.53º | 0.92% | 0.93% | - |
| XYZ | 35.8 | 20.07 | 2.56 | - |
| YUV | 101.38 | 80.95 | 224.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 49 | 18 | 0 | 0.79 | 0.92 | 0.07 | 8.53 | 0.86 | 0.5 |
| Hex | EC | 31 | 12 | 0 | 4F | 5C | 7 | 9 | 56 | 32 |
| Octal | 354 | 61 | 22 | 0 | 117 | 134 | 7 | 11 | 126 | 62 |
| Binary | 11101100 | 110001 | 10010 | 0 | 1001111 | 1011100 | 111 | 1001 | 1010110 | 110010 |
Color Harmonies of #EC3112
Complementary color
Monochromatic Colors of #EC3112
Black with #EC3112
Text Example
Text Example
White with #EC3112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3112; }
p { color: rgb(236,49,18); }
H1.HeaderClassName
{
color: #EC3112;
}
.AnyTagClassName
{
color: #EC3112;
}
</style>
background-color css
<style>
a { background-color: #EC3112; }
a { background-color: rgb(236,49,18); }
div.DivClassName
{
background-color: #EC3112;
}
.BgClassName
{
background-color: #EC3112;
}
</style>
border-color css
<style>
span { border-color: #EC3112; }
span { border-color: rgb(236,49,18); }
td.TdClassName
{
border-color: #EC3112;
}
.TagClassName
{
border-color: #EC3112;
}
</style>