Shades of Scarlet #EC1506
Tints of Scarlet #EC1506
RGB
CMYK
RGB Variations
Color information
#EC1506 (or 0xEC1506) is known color: Scarlet. HEX triplet: EC, 15 and 06. RGB value is (236,21,6). Sum of RGB (Red+Green+Blue) = 236+21+6=263 (34% of max value = 765). Red value is 236 (92.58% from 255 or 89.73% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 6 (2.73% from 255 or 2.28% from 263); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1506 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1506 is #13EAF9. Grayscale: #535353. Windows color (decimal): -1305338 or 398828. OLE color: 398828.
HSL color Cylindrical-coordinate representation of color #EC1506: hue angle of 3.91º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC1506 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 21 | 6 | - |
| CMYK | 0 | 0.91 | 0.97 | 0.07 |
| HSL | 3.91º | 0.95% | 0.47% | - |
| HSV(B) | 3.91º | 0.97% | 0.93% | - |
| XYZ | 34.89 | 18.38 | 1.88 | - |
| YUV | 83.58 | 84.23 | 236.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 21 | 6 | 0 | 0.91 | 0.97 | 0.07 | 3.91 | 0.95 | 0.47 |
| Hex | EC | 15 | 6 | 0 | 5B | 61 | 7 | 4 | 5F | 2F |
| Octal | 354 | 25 | 6 | 0 | 133 | 141 | 7 | 4 | 137 | 57 |
| Binary | 11101100 | 10101 | 110 | 0 | 1011011 | 1100001 | 111 | 100 | 1011111 | 101111 |
Color Harmonies of #EC1506
Complementary color
Monochromatic Colors of #EC1506
Black with #EC1506
Text Example
Text Example
White with #EC1506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1506; }
p { color: rgb(236,21,6); }
H1.HeaderClassName
{
color: #EC1506;
}
.AnyTagClassName
{
color: #EC1506;
}
</style>
background-color css
<style>
a { background-color: #EC1506; }
a { background-color: rgb(236,21,6); }
div.DivClassName
{
background-color: #EC1506;
}
.BgClassName
{
background-color: #EC1506;
}
</style>
border-color css
<style>
span { border-color: #EC1506; }
span { border-color: rgb(236,21,6); }
td.TdClassName
{
border-color: #EC1506;
}
.TagClassName
{
border-color: #EC1506;
}
</style>