Shades of Scarlet #EC2514
Tints of Scarlet #EC2514
RGB
CMYK
RGB Variations
Color information
#EC2514 (or 0xEC2514) is known color: Scarlet. HEX triplet: EC, 25 and 14. RGB value is (236,37,20). Sum of RGB (Red+Green+Blue) = 236+37+20=293 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.55% from 293); Green value is 37 (14.84% from 255 or 12.63% from 293); Blue value is 20 (8.20% from 255 or 6.83% from 293); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2514 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2514 is #13DAEB. Grayscale: #5E5E5E. Windows color (decimal): -1301228 or 1320428. OLE color: 1320428.
HSL color Cylindrical-coordinate representation of color #EC2514: hue angle of 4.72º degrees, saturation: 0.85, 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 #EC2514 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 37 | 20 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.07 |
| HSL | 4.72º | 0.85% | 0.5% | - |
| HSV(B) | 4.72º | 0.92% | 0.93% | - |
| XYZ | 35.38 | 19.21 | 2.5 | - |
| YUV | 94.56 | 85.93 | 228.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 37 | 20 | 0 | 0.84 | 0.92 | 0.07 | 4.72 | 0.85 | 0.5 |
| Hex | EC | 25 | 14 | 0 | 54 | 5C | 7 | 5 | 55 | 32 |
| Octal | 354 | 45 | 24 | 0 | 124 | 134 | 7 | 5 | 125 | 62 |
| Binary | 11101100 | 100101 | 10100 | 0 | 1010100 | 1011100 | 111 | 101 | 1010101 | 110010 |
Color Harmonies of #EC2514
Complementary color
Monochromatic Colors of #EC2514
Black with #EC2514
Text Example
Text Example
White with #EC2514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2514; }
p { color: rgb(236,37,20); }
H1.HeaderClassName
{
color: #EC2514;
}
.AnyTagClassName
{
color: #EC2514;
}
</style>
background-color css
<style>
a { background-color: #EC2514; }
a { background-color: rgb(236,37,20); }
div.DivClassName
{
background-color: #EC2514;
}
.BgClassName
{
background-color: #EC2514;
}
</style>
border-color css
<style>
span { border-color: #EC2514; }
span { border-color: rgb(236,37,20); }
td.TdClassName
{
border-color: #EC2514;
}
.TagClassName
{
border-color: #EC2514;
}
</style>