Shades of Scarlet #EC3512
Tints of Scarlet #EC3512
RGB
CMYK
RGB Variations
Color information
#EC3512 (or 0xEC3512) is known color: Scarlet. HEX triplet: EC, 35 and 12. RGB value is (236,53,18). Sum of RGB (Red+Green+Blue) = 236+53+18=307 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.87% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3512 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3512 is #13CAED. Grayscale: #686868. Windows color (decimal): -1297134 or 1193452. OLE color: 1193452.
HSL color Cylindrical-coordinate representation of color #EC3512: hue angle of 9.63º 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 #EC3512 is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 53 | 18 | - |
| CMYK | 0 | 0.78 | 0.92 | 0.07 |
| HSL | 9.63º | 0.86% | 0.5% | - |
| HSV(B) | 9.63º | 0.92% | 0.93% | - |
| XYZ | 35.97 | 20.42 | 2.62 | - |
| YUV | 103.73 | 79.63 | 222.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 53 | 18 | 0 | 0.78 | 0.92 | 0.07 | 9.63 | 0.86 | 0.5 |
| Hex | EC | 35 | 12 | 0 | 4E | 5C | 7 | A | 56 | 32 |
| Octal | 354 | 65 | 22 | 0 | 116 | 134 | 7 | 12 | 126 | 62 |
| Binary | 11101100 | 110101 | 10010 | 0 | 1001110 | 1011100 | 111 | 1010 | 1010110 | 110010 |
Color Harmonies of #EC3512
Complementary color
Monochromatic Colors of #EC3512
Black with #EC3512
Text Example
Text Example
White with #EC3512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3512; }
p { color: rgb(236,53,18); }
H1.HeaderClassName
{
color: #EC3512;
}
.AnyTagClassName
{
color: #EC3512;
}
</style>
background-color css
<style>
a { background-color: #EC3512; }
a { background-color: rgb(236,53,18); }
div.DivClassName
{
background-color: #EC3512;
}
.BgClassName
{
background-color: #EC3512;
}
</style>
border-color css
<style>
span { border-color: #EC3512; }
span { border-color: rgb(236,53,18); }
td.TdClassName
{
border-color: #EC3512;
}
.TagClassName
{
border-color: #EC3512;
}
</style>