Shades of Scarlet #EC3012
Tints of Scarlet #EC3012
RGB
CMYK
RGB Variations
Color information
#EC3012 (or 0xEC3012) is known color: Scarlet. HEX triplet: EC, 30 and 12. RGB value is (236,48,18). Sum of RGB (Red+Green+Blue) = 236+48+18=302 (40% of max value = 765). Red value is 236 (92.58% from 255 or 78.15% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 18 (7.42% from 255 or 5.96% from 302); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3012 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3012 is #13CFED. Grayscale: #656565. Windows color (decimal): -1298414 or 1192172. OLE color: 1192172.
HSL color Cylindrical-coordinate representation of color #EC3012: hue angle of 8.26º 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 #EC3012 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 48 | 18 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.07 |
| HSL | 8.26º | 0.86% | 0.5% | - |
| HSV(B) | 8.26º | 0.92% | 0.93% | - |
| XYZ | 35.76 | 19.99 | 2.55 | - |
| YUV | 100.79 | 81.28 | 224.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 48 | 18 | 0 | 0.80 | 0.92 | 0.07 | 8.26 | 0.86 | 0.5 |
| Hex | EC | 30 | 12 | 0 | 50 | 5C | 7 | 8 | 56 | 32 |
| Octal | 354 | 60 | 22 | 0 | 120 | 134 | 7 | 10 | 126 | 62 |
| Binary | 11101100 | 110000 | 10010 | 0 | 1010000 | 1011100 | 111 | 1000 | 1010110 | 110010 |
Color Harmonies of #EC3012
Complementary color
Monochromatic Colors of #EC3012
Black with #EC3012
Text Example
Text Example
White with #EC3012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3012; }
p { color: rgb(236,48,18); }
H1.HeaderClassName
{
color: #EC3012;
}
.AnyTagClassName
{
color: #EC3012;
}
</style>
background-color css
<style>
a { background-color: #EC3012; }
a { background-color: rgb(236,48,18); }
div.DivClassName
{
background-color: #EC3012;
}
.BgClassName
{
background-color: #EC3012;
}
</style>
border-color css
<style>
span { border-color: #EC3012; }
span { border-color: rgb(236,48,18); }
td.TdClassName
{
border-color: #EC3012;
}
.TagClassName
{
border-color: #EC3012;
}
</style>