Shades of Scarlet #EC140A
Tints of Scarlet #EC140A
RGB
CMYK
RGB Variations
Color information
#EC140A (or 0xEC140A) is known color: Scarlet. HEX triplet: EC, 14 and 0A. RGB value is (236,20,10). Sum of RGB (Red+Green+Blue) = 236+20+10=266 (35% of max value = 765). Red value is 236 (92.58% from 255 or 88.72% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 10 (4.30% from 255 or 3.76% from 266); Max value from RGB is 236 - color contains mainly: red. Hex color #EC140A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC140A is #13EBF5. Grayscale: #535353. Windows color (decimal): -1305590 or 660716. OLE color: 660716.
HSL color Cylindrical-coordinate representation of color #EC140A: hue angle of 2.65º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC140A is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 20 | 10 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.07 |
| HSL | 2.65º | 0.92% | 0.48% | - |
| HSV(B) | 2.65º | 0.96% | 0.93% | - |
| XYZ | 34.9 | 18.36 | 1.99 | - |
| YUV | 83.44 | 86.56 | 236.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 20 | 10 | 0 | 0.92 | 0.96 | 0.07 | 2.65 | 0.92 | 0.48 |
| Hex | EC | 14 | A | 0 | 5C | 60 | 7 | 3 | 5C | 30 |
| Octal | 354 | 24 | 12 | 0 | 134 | 140 | 7 | 3 | 134 | 60 |
| Binary | 11101100 | 10100 | 1010 | 0 | 1011100 | 1100000 | 111 | 11 | 1011100 | 110000 |
Color Harmonies of #EC140A
Complementary color
Monochromatic Colors of #EC140A
Black with #EC140A
Text Example
Text Example
White with #EC140A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC140A; }
p { color: rgb(236,20,10); }
H1.HeaderClassName
{
color: #EC140A;
}
.AnyTagClassName
{
color: #EC140A;
}
</style>
background-color css
<style>
a { background-color: #EC140A; }
a { background-color: rgb(236,20,10); }
div.DivClassName
{
background-color: #EC140A;
}
.BgClassName
{
background-color: #EC140A;
}
</style>
border-color css
<style>
span { border-color: #EC140A; }
span { border-color: rgb(236,20,10); }
td.TdClassName
{
border-color: #EC140A;
}
.TagClassName
{
border-color: #EC140A;
}
</style>