Shades of Scarlet #EC2312
Tints of Scarlet #EC2312
RGB
CMYK
RGB Variations
Color information
#EC2312 (or 0xEC2312) is known color: Scarlet. HEX triplet: EC, 23 and 12. RGB value is (236,35,18). Sum of RGB (Red+Green+Blue) = 236+35+18=289 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.66% from 289); Green value is 35 (14.06% from 255 or 12.11% from 289); Blue value is 18 (7.42% from 255 or 6.23% from 289); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2312 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2312 is #13DCED. Grayscale: #5D5D5D. Windows color (decimal): -1301742 or 1188844. OLE color: 1188844.
HSL color Cylindrical-coordinate representation of color #EC2312: hue angle of 4.68º 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 #EC2312 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 35 | 18 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.07 |
| HSL | 4.68º | 0.86% | 0.5% | - |
| HSV(B) | 4.68º | 0.92% | 0.93% | - |
| XYZ | 35.3 | 19.08 | 2.39 | - |
| YUV | 93.16 | 85.59 | 229.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 35 | 18 | 0 | 0.85 | 0.92 | 0.07 | 4.68 | 0.86 | 0.5 |
| Hex | EC | 23 | 12 | 0 | 55 | 5C | 7 | 5 | 56 | 32 |
| Octal | 354 | 43 | 22 | 0 | 125 | 134 | 7 | 5 | 126 | 62 |
| Binary | 11101100 | 100011 | 10010 | 0 | 1010101 | 1011100 | 111 | 101 | 1010110 | 110010 |
Color Harmonies of #EC2312
Complementary color
Monochromatic Colors of #EC2312
Black with #EC2312
Text Example
Text Example
White with #EC2312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2312; }
p { color: rgb(236,35,18); }
H1.HeaderClassName
{
color: #EC2312;
}
.AnyTagClassName
{
color: #EC2312;
}
</style>
background-color css
<style>
a { background-color: #EC2312; }
a { background-color: rgb(236,35,18); }
div.DivClassName
{
background-color: #EC2312;
}
.BgClassName
{
background-color: #EC2312;
}
</style>
border-color css
<style>
span { border-color: #EC2312; }
span { border-color: rgb(236,35,18); }
td.TdClassName
{
border-color: #EC2312;
}
.TagClassName
{
border-color: #EC2312;
}
</style>