Shades of Scarlet #EC3206
Tints of Scarlet #EC3206
RGB
CMYK
RGB Variations
Color information
#EC3206 (or 0xEC3206) is known color: Scarlet. HEX triplet: EC, 32 and 06. RGB value is (236,50,6). Sum of RGB (Red+Green+Blue) = 236+50+6=292 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.82% from 292); Green value is 50 (19.92% from 255 or 17.12% from 292); Blue value is 6 (2.73% from 255 or 2.05% from 292); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3206 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3206 is #13CDF9. Grayscale: #646464. Windows color (decimal): -1297914 or 406252. OLE color: 406252.
HSL color Cylindrical-coordinate representation of color #EC3206: hue angle of 11.48º 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 #EC3206 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 50 | 6 | - |
| CMYK | 0 | 0.79 | 0.97 | 0.07 |
| HSL | 11.48º | 0.95% | 0.47% | - |
| HSV(B) | 11.48º | 0.97% | 0.93% | - |
| XYZ | 35.77 | 20.13 | 2.17 | - |
| YUV | 100.6 | 74.62 | 224.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 50 | 6 | 0 | 0.79 | 0.97 | 0.07 | 11.48 | 0.95 | 0.47 |
| Hex | EC | 32 | 6 | 0 | 4F | 61 | 7 | B | 5F | 2F |
| Octal | 354 | 62 | 6 | 0 | 117 | 141 | 7 | 13 | 137 | 57 |
| Binary | 11101100 | 110010 | 110 | 0 | 1001111 | 1100001 | 111 | 1011 | 1011111 | 101111 |
Color Harmonies of #EC3206
Complementary color
Monochromatic Colors of #EC3206
Black with #EC3206
Text Example
Text Example
White with #EC3206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3206; }
p { color: rgb(236,50,6); }
H1.HeaderClassName
{
color: #EC3206;
}
.AnyTagClassName
{
color: #EC3206;
}
</style>
background-color css
<style>
a { background-color: #EC3206; }
a { background-color: rgb(236,50,6); }
div.DivClassName
{
background-color: #EC3206;
}
.BgClassName
{
background-color: #EC3206;
}
</style>
border-color css
<style>
span { border-color: #EC3206; }
span { border-color: rgb(236,50,6); }
td.TdClassName
{
border-color: #EC3206;
}
.TagClassName
{
border-color: #EC3206;
}
</style>