Shades of Scarlet #EC1706
Tints of Scarlet #EC1706
RGB
CMYK
RGB Variations
Color information
#EC1706 (or 0xEC1706) is known color: Scarlet. HEX triplet: EC, 17 and 06. RGB value is (236,23,6). Sum of RGB (Red+Green+Blue) = 236+23+6=265 (35% of max value = 765). Red value is 236 (92.58% from 255 or 89.06% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 6 (2.73% from 255 or 2.26% from 265); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1706 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1706 is #13E8F9. Grayscale: #555555. Windows color (decimal): -1304826 or 399340. OLE color: 399340.
HSL color Cylindrical-coordinate representation of color #EC1706: hue angle of 4.43º 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 #EC1706 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 6 | - |
| CMYK | 0 | 0.90 | 0.97 | 0.07 |
| HSL | 4.43º | 0.95% | 0.47% | - |
| HSV(B) | 4.43º | 0.97% | 0.93% | - |
| XYZ | 34.93 | 18.46 | 1.89 | - |
| YUV | 84.75 | 83.57 | 235.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 6 | 0 | 0.90 | 0.97 | 0.07 | 4.43 | 0.95 | 0.47 |
| Hex | EC | 17 | 6 | 0 | 5A | 61 | 7 | 4 | 5F | 2F |
| Octal | 354 | 27 | 6 | 0 | 132 | 141 | 7 | 4 | 137 | 57 |
| Binary | 11101100 | 10111 | 110 | 0 | 1011010 | 1100001 | 111 | 100 | 1011111 | 101111 |
Color Harmonies of #EC1706
Complementary color
Monochromatic Colors of #EC1706
Black with #EC1706
Text Example
Text Example
White with #EC1706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1706; }
p { color: rgb(236,23,6); }
H1.HeaderClassName
{
color: #EC1706;
}
.AnyTagClassName
{
color: #EC1706;
}
</style>
background-color css
<style>
a { background-color: #EC1706; }
a { background-color: rgb(236,23,6); }
div.DivClassName
{
background-color: #EC1706;
}
.BgClassName
{
background-color: #EC1706;
}
</style>
border-color css
<style>
span { border-color: #EC1706; }
span { border-color: rgb(236,23,6); }
td.TdClassName
{
border-color: #EC1706;
}
.TagClassName
{
border-color: #EC1706;
}
</style>