Shades of Scarlet #EC3412
Tints of Scarlet #EC3412
RGB
CMYK
RGB Variations
Color information
#EC3412 (or 0xEC3412) is known color: Scarlet. HEX triplet: EC, 34 and 12. RGB value is (236,52,18). Sum of RGB (Red+Green+Blue) = 236+52+18=306 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.12% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 18 (7.42% from 255 or 5.88% from 306); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3412 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3412 is #13CBED. Grayscale: #676767. Windows color (decimal): -1297390 or 1193196. OLE color: 1193196.
HSL color Cylindrical-coordinate representation of color #EC3412: hue angle of 9.36º 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 #EC3412 is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 52 | 18 | - |
| CMYK | 0 | 0.78 | 0.92 | 0.07 |
| HSL | 9.36º | 0.86% | 0.5% | - |
| HSV(B) | 9.36º | 0.92% | 0.93% | - |
| XYZ | 35.93 | 20.33 | 2.6 | - |
| YUV | 103.14 | 79.96 | 222.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 52 | 18 | 0 | 0.78 | 0.92 | 0.07 | 9.36 | 0.86 | 0.5 |
| Hex | EC | 34 | 12 | 0 | 4E | 5C | 7 | 9 | 56 | 32 |
| Octal | 354 | 64 | 22 | 0 | 116 | 134 | 7 | 11 | 126 | 62 |
| Binary | 11101100 | 110100 | 10010 | 0 | 1001110 | 1011100 | 111 | 1001 | 1010110 | 110010 |
Color Harmonies of #EC3412
Complementary color
Monochromatic Colors of #EC3412
Black with #EC3412
Text Example
Text Example
White with #EC3412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3412; }
p { color: rgb(236,52,18); }
H1.HeaderClassName
{
color: #EC3412;
}
.AnyTagClassName
{
color: #EC3412;
}
</style>
background-color css
<style>
a { background-color: #EC3412; }
a { background-color: rgb(236,52,18); }
div.DivClassName
{
background-color: #EC3412;
}
.BgClassName
{
background-color: #EC3412;
}
</style>
border-color css
<style>
span { border-color: #EC3412; }
span { border-color: rgb(236,52,18); }
td.TdClassName
{
border-color: #EC3412;
}
.TagClassName
{
border-color: #EC3412;
}
</style>