Shades of Scarlet #EC3016
Tints of Scarlet #EC3016
RGB
CMYK
RGB Variations
Color information
#EC3016 (or 0xEC3016) is known color: Scarlet. HEX triplet: EC, 30 and 16. RGB value is (236,48,22). Sum of RGB (Red+Green+Blue) = 236+48+22=306 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.12% from 306); Green value is 48 (19.14% from 255 or 15.69% from 306); Blue value is 22 (8.98% from 255 or 7.19% from 306); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3016 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3016 is #13CFE9. Grayscale: #656565. Windows color (decimal): -1298410 or 1454316. OLE color: 1454316.
HSL color Cylindrical-coordinate representation of color #EC3016: hue angle of 7.29º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC3016 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 48 | 22 | - |
| CMYK | 0 | 0.80 | 0.91 | 0.07 |
| HSL | 7.29º | 0.85% | 0.51% | - |
| HSV(B) | 7.29º | 0.91% | 0.93% | - |
| XYZ | 35.79 | 20 | 2.73 | - |
| YUV | 101.25 | 83.28 | 224.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 48 | 22 | 0 | 0.80 | 0.91 | 0.07 | 7.29 | 0.85 | 0.51 |
| Hex | EC | 30 | 16 | 0 | 50 | 5B | 7 | 7 | 55 | 33 |
| Octal | 354 | 60 | 26 | 0 | 120 | 133 | 7 | 7 | 125 | 63 |
| Binary | 11101100 | 110000 | 10110 | 0 | 1010000 | 1011011 | 111 | 111 | 1010101 | 110011 |
Color Harmonies of #EC3016
Complementary color
Monochromatic Colors of #EC3016
Black with #EC3016
Text Example
Text Example
White with #EC3016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3016; }
p { color: rgb(236,48,22); }
H1.HeaderClassName
{
color: #EC3016;
}
.AnyTagClassName
{
color: #EC3016;
}
</style>
background-color css
<style>
a { background-color: #EC3016; }
a { background-color: rgb(236,48,22); }
div.DivClassName
{
background-color: #EC3016;
}
.BgClassName
{
background-color: #EC3016;
}
</style>
border-color css
<style>
span { border-color: #EC3016; }
span { border-color: rgb(236,48,22); }
td.TdClassName
{
border-color: #EC3016;
}
.TagClassName
{
border-color: #EC3016;
}
</style>