Shades of Scarlet #EC2006
Tints of Scarlet #EC2006
RGB
CMYK
RGB Variations
Color information
#EC2006 (or 0xEC2006) is known color: Scarlet. HEX triplet: EC, 20 and 06. RGB value is (236,32,6). Sum of RGB (Red+Green+Blue) = 236+32+6=274 (36% of max value = 765). Red value is 236 (92.58% from 255 or 86.13% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 6 (2.73% from 255 or 2.19% from 274); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2006 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2006 is #13DFF9. Grayscale: #5A5A5A. Windows color (decimal): -1302522 or 401644. OLE color: 401644.
HSL color Cylindrical-coordinate representation of color #EC2006: hue angle of 6.78º 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 #EC2006 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 6 | - |
| CMYK | 0 | 0.86 | 0.97 | 0.07 |
| HSL | 6.78º | 0.95% | 0.47% | - |
| HSV(B) | 6.78º | 0.97% | 0.93% | - |
| XYZ | 35.14 | 18.88 | 1.96 | - |
| YUV | 90.03 | 80.59 | 232.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 6 | 0 | 0.86 | 0.97 | 0.07 | 6.78 | 0.95 | 0.47 |
| Hex | EC | 20 | 6 | 0 | 56 | 61 | 7 | 7 | 5F | 2F |
| Octal | 354 | 40 | 6 | 0 | 126 | 141 | 7 | 7 | 137 | 57 |
| Binary | 11101100 | 100000 | 110 | 0 | 1010110 | 1100001 | 111 | 111 | 1011111 | 101111 |
Color Harmonies of #EC2006
Complementary color
Monochromatic Colors of #EC2006
Black with #EC2006
Text Example
Text Example
White with #EC2006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2006; }
p { color: rgb(236,32,6); }
H1.HeaderClassName
{
color: #EC2006;
}
.AnyTagClassName
{
color: #EC2006;
}
</style>
background-color css
<style>
a { background-color: #EC2006; }
a { background-color: rgb(236,32,6); }
div.DivClassName
{
background-color: #EC2006;
}
.BgClassName
{
background-color: #EC2006;
}
</style>
border-color css
<style>
span { border-color: #EC2006; }
span { border-color: rgb(236,32,6); }
td.TdClassName
{
border-color: #EC2006;
}
.TagClassName
{
border-color: #EC2006;
}
</style>