Shades of Scarlet #EC140B
Tints of Scarlet #EC140B
RGB
CMYK
RGB Variations
Color information
#EC140B (or 0xEC140B) is known color: Scarlet. HEX triplet: EC, 14 and 0B. RGB value is (236,20,11). Sum of RGB (Red+Green+Blue) = 236+20+11=267 (35% of max value = 765). Red value is 236 (92.58% from 255 or 88.39% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 11 (4.69% from 255 or 4.12% from 267); Max value from RGB is 236 - color contains mainly: red. Hex color #EC140B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC140B is #13EBF4. Grayscale: #535353. Windows color (decimal): -1305589 or 726252. OLE color: 726252.
HSL color Cylindrical-coordinate representation of color #EC140B: hue angle of 2.4º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC140B is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 20 | 11 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.07 |
| HSL | 2.4º | 0.91% | 0.48% | - |
| HSV(B) | 2.4º | 0.95% | 0.93% | - |
| XYZ | 34.9 | 18.36 | 2.02 | - |
| YUV | 83.56 | 87.06 | 236.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 20 | 11 | 0 | 0.92 | 0.95 | 0.07 | 2.4 | 0.91 | 0.48 |
| Hex | EC | 14 | B | 0 | 5C | 5F | 7 | 2 | 5B | 30 |
| Octal | 354 | 24 | 13 | 0 | 134 | 137 | 7 | 2 | 133 | 60 |
| Binary | 11101100 | 10100 | 1011 | 0 | 1011100 | 1011111 | 111 | 10 | 1011011 | 110000 |
Color Harmonies of #EC140B
Complementary color
Monochromatic Colors of #EC140B
Black with #EC140B
Text Example
Text Example
White with #EC140B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC140B; }
p { color: rgb(236,20,11); }
H1.HeaderClassName
{
color: #EC140B;
}
.AnyTagClassName
{
color: #EC140B;
}
</style>
background-color css
<style>
a { background-color: #EC140B; }
a { background-color: rgb(236,20,11); }
div.DivClassName
{
background-color: #EC140B;
}
.BgClassName
{
background-color: #EC140B;
}
</style>
border-color css
<style>
span { border-color: #EC140B; }
span { border-color: rgb(236,20,11); }
td.TdClassName
{
border-color: #EC140B;
}
.TagClassName
{
border-color: #EC140B;
}
</style>