Shades of Scarlet #EC140C
Tints of Scarlet #EC140C
RGB
CMYK
RGB Variations
Color information
#EC140C (or 0xEC140C) is known color: Scarlet. HEX triplet: EC, 14 and 0C. RGB value is (236,20,12). Sum of RGB (Red+Green+Blue) = 236+20+12=268 (35% of max value = 765). Red value is 236 (92.58% from 255 or 88.06% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 12 (5.08% from 255 or 4.48% from 268); Max value from RGB is 236 - color contains mainly: red. Hex color #EC140C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC140C is #13EBF3. Grayscale: #535353. Windows color (decimal): -1305588 or 791788. OLE color: 791788.
HSL color Cylindrical-coordinate representation of color #EC140C: hue angle of 2.14º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC140C is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 20 | 12 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.07 |
| HSL | 2.14º | 0.9% | 0.49% | - |
| HSV(B) | 2.14º | 0.95% | 0.93% | - |
| XYZ | 34.91 | 18.36 | 2.05 | - |
| YUV | 83.67 | 87.56 | 236.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 20 | 12 | 0 | 0.92 | 0.95 | 0.07 | 2.14 | 0.9 | 0.49 |
| Hex | EC | 14 | C | 0 | 5C | 5F | 7 | 2 | 5A | 31 |
| Octal | 354 | 24 | 14 | 0 | 134 | 137 | 7 | 2 | 132 | 61 |
| Binary | 11101100 | 10100 | 1100 | 0 | 1011100 | 1011111 | 111 | 10 | 1011010 | 110001 |
Color Harmonies of #EC140C
Complementary color
Monochromatic Colors of #EC140C
Black with #EC140C
Text Example
Text Example
White with #EC140C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC140C; }
p { color: rgb(236,20,12); }
H1.HeaderClassName
{
color: #EC140C;
}
.AnyTagClassName
{
color: #EC140C;
}
</style>
background-color css
<style>
a { background-color: #EC140C; }
a { background-color: rgb(236,20,12); }
div.DivClassName
{
background-color: #EC140C;
}
.BgClassName
{
background-color: #EC140C;
}
</style>
border-color css
<style>
span { border-color: #EC140C; }
span { border-color: rgb(236,20,12); }
td.TdClassName
{
border-color: #EC140C;
}
.TagClassName
{
border-color: #EC140C;
}
</style>