Shades of Scarlet #EC1E14
Tints of Scarlet #EC1E14
RGB
CMYK
RGB Variations
Color information
#EC1E14 (or 0xEC1E14) is known color: Scarlet. HEX triplet: EC, 1E and 14. RGB value is (236,30,20). Sum of RGB (Red+Green+Blue) = 236+30+20=286 (37% of max value = 765). Red value is 236 (92.58% from 255 or 82.52% from 286); Green value is 30 (12.11% from 255 or 10.49% from 286); Blue value is 20 (8.20% from 255 or 6.99% from 286); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1E14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC1E14 is #13E1EB. Grayscale: #5A5A5A. Windows color (decimal): -1303020 or 1318636. OLE color: 1318636.
HSL color Cylindrical-coordinate representation of color #EC1E14: hue angle of 2.78º 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 #EC1E14 is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 30 | 20 | - |
| CMYK | 0 | 0.87 | 0.92 | 0.07 |
| HSL | 2.78º | 0.85% | 0.5% | - |
| HSV(B) | 2.78º | 0.92% | 0.93% | - |
| XYZ | 35.18 | 18.81 | 2.44 | - |
| YUV | 90.45 | 88.25 | 231.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 30 | 20 | 0 | 0.87 | 0.92 | 0.07 | 2.78 | 0.85 | 0.5 |
| Hex | EC | 1E | 14 | 0 | 57 | 5C | 7 | 3 | 55 | 32 |
| Octal | 354 | 36 | 24 | 0 | 127 | 134 | 7 | 3 | 125 | 62 |
| Binary | 11101100 | 11110 | 10100 | 0 | 1010111 | 1011100 | 111 | 11 | 1010101 | 110010 |
Color Harmonies of #EC1E14
Complementary color
Monochromatic Colors of #EC1E14
Black with #EC1E14
Text Example
Text Example
White with #EC1E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1E14; }
p { color: rgb(236,30,20); }
H1.HeaderClassName
{
color: #EC1E14;
}
.AnyTagClassName
{
color: #EC1E14;
}
</style>
background-color css
<style>
a { background-color: #EC1E14; }
a { background-color: rgb(236,30,20); }
div.DivClassName
{
background-color: #EC1E14;
}
.BgClassName
{
background-color: #EC1E14;
}
</style>
border-color css
<style>
span { border-color: #EC1E14; }
span { border-color: rgb(236,30,20); }
td.TdClassName
{
border-color: #EC1E14;
}
.TagClassName
{
border-color: #EC1E14;
}
</style>