Shades of Scarlet #EC1505
Tints of Scarlet #EC1505
RGB
CMYK
RGB Variations
Color information
#EC1505 (or 0xEC1505) is known color: Scarlet. HEX triplet: EC, 15 and 05. RGB value is (236,21,5). Sum of RGB (Red+Green+Blue) = 236+21+5=262 (34% of max value = 765). Red value is 236 (92.58% from 255 or 90.08% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 5 (2.34% from 255 or 1.91% from 262); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1505 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1505 is #13EAFA. Grayscale: #535353. Windows color (decimal): -1305339 or 333292. OLE color: 333292.
HSL color Cylindrical-coordinate representation of color #EC1505: hue angle of 4.16º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC1505 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 21 | 5 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.07 |
| HSL | 4.16º | 0.96% | 0.47% | - |
| HSV(B) | 4.16º | 0.98% | 0.93% | - |
| XYZ | 34.89 | 18.38 | 1.85 | - |
| YUV | 83.46 | 83.73 | 236.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 21 | 5 | 0 | 0.91 | 0.98 | 0.07 | 4.16 | 0.96 | 0.47 |
| Hex | EC | 15 | 5 | 0 | 5B | 62 | 7 | 4 | 60 | 2F |
| Octal | 354 | 25 | 5 | 0 | 133 | 142 | 7 | 4 | 140 | 57 |
| Binary | 11101100 | 10101 | 101 | 0 | 1011011 | 1100010 | 111 | 100 | 1100000 | 101111 |
Color Harmonies of #EC1505
Complementary color
Monochromatic Colors of #EC1505
Black with #EC1505
Text Example
Text Example
White with #EC1505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1505; }
p { color: rgb(236,21,5); }
H1.HeaderClassName
{
color: #EC1505;
}
.AnyTagClassName
{
color: #EC1505;
}
</style>
background-color css
<style>
a { background-color: #EC1505; }
a { background-color: rgb(236,21,5); }
div.DivClassName
{
background-color: #EC1505;
}
.BgClassName
{
background-color: #EC1505;
}
</style>
border-color css
<style>
span { border-color: #EC1505; }
span { border-color: rgb(236,21,5); }
td.TdClassName
{
border-color: #EC1505;
}
.TagClassName
{
border-color: #EC1505;
}
</style>