Shades of Scarlet #EC1308
Tints of Scarlet #EC1308
RGB
CMYK
RGB Variations
Color information
#EC1308 (or 0xEC1308) is known color: Scarlet. HEX triplet: EC, 13 and 08. RGB value is (236,19,8). Sum of RGB (Red+Green+Blue) = 236+19+8=263 (34% of max value = 765). Red value is 236 (92.58% from 255 or 89.73% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1308 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1308 is #13ECF7. Grayscale: #525252. Windows color (decimal): -1305848 or 529388. OLE color: 529388.
HSL color Cylindrical-coordinate representation of color #EC1308: hue angle of 2.89º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC1308 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 19 | 8 | - |
| CMYK | 0 | 0.92 | 0.97 | 0.07 |
| HSL | 2.89º | 0.93% | 0.48% | - |
| HSV(B) | 2.89º | 0.97% | 0.93% | - |
| XYZ | 34.87 | 18.32 | 1.93 | - |
| YUV | 82.63 | 85.89 | 237.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 19 | 8 | 0 | 0.92 | 0.97 | 0.07 | 2.89 | 0.93 | 0.48 |
| Hex | EC | 13 | 8 | 0 | 5C | 61 | 7 | 3 | 5D | 30 |
| Octal | 354 | 23 | 10 | 0 | 134 | 141 | 7 | 3 | 135 | 60 |
| Binary | 11101100 | 10011 | 1000 | 0 | 1011100 | 1100001 | 111 | 11 | 1011101 | 110000 |
Color Harmonies of #EC1308
Complementary color
Monochromatic Colors of #EC1308
Black with #EC1308
Text Example
Text Example
White with #EC1308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1308; }
p { color: rgb(236,19,8); }
H1.HeaderClassName
{
color: #EC1308;
}
.AnyTagClassName
{
color: #EC1308;
}
</style>
background-color css
<style>
a { background-color: #EC1308; }
a { background-color: rgb(236,19,8); }
div.DivClassName
{
background-color: #EC1308;
}
.BgClassName
{
background-color: #EC1308;
}
</style>
border-color css
<style>
span { border-color: #EC1308; }
span { border-color: rgb(236,19,8); }
td.TdClassName
{
border-color: #EC1308;
}
.TagClassName
{
border-color: #EC1308;
}
</style>