Shades of Scarlet #EC2015
Tints of Scarlet #EC2015
RGB
CMYK
RGB Variations
Color information
#EC2015 (or 0xEC2015) is known color: Scarlet. HEX triplet: EC, 20 and 15. RGB value is (236,32,21). Sum of RGB (Red+Green+Blue) = 236+32+21=289 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.66% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 21 (8.59% from 255 or 7.27% from 289); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2015 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2015 is #13DFEA. Grayscale: #5B5B5B. Windows color (decimal): -1302507 or 1384684. OLE color: 1384684.
HSL color Cylindrical-coordinate representation of color #EC2015: hue angle of 3.07º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC2015 is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 21 | - |
| CMYK | 0 | 0.86 | 0.91 | 0.07 |
| HSL | 3.07º | 0.85% | 0.5% | - |
| HSV(B) | 3.07º | 0.91% | 0.93% | - |
| XYZ | 35.24 | 18.92 | 2.5 | - |
| YUV | 91.74 | 88.09 | 230.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 21 | 0 | 0.86 | 0.91 | 0.07 | 3.07 | 0.85 | 0.5 |
| Hex | EC | 20 | 15 | 0 | 56 | 5B | 7 | 3 | 55 | 32 |
| Octal | 354 | 40 | 25 | 0 | 126 | 133 | 7 | 3 | 125 | 62 |
| Binary | 11101100 | 100000 | 10101 | 0 | 1010110 | 1011011 | 111 | 11 | 1010101 | 110010 |
Color Harmonies of #EC2015
Complementary color
Monochromatic Colors of #EC2015
Black with #EC2015
Text Example
Text Example
White with #EC2015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2015; }
p { color: rgb(236,32,21); }
H1.HeaderClassName
{
color: #EC2015;
}
.AnyTagClassName
{
color: #EC2015;
}
</style>
background-color css
<style>
a { background-color: #EC2015; }
a { background-color: rgb(236,32,21); }
div.DivClassName
{
background-color: #EC2015;
}
.BgClassName
{
background-color: #EC2015;
}
</style>
border-color css
<style>
span { border-color: #EC2015; }
span { border-color: rgb(236,32,21); }
td.TdClassName
{
border-color: #EC2015;
}
.TagClassName
{
border-color: #EC2015;
}
</style>