Shades of Scarlet #EC1709
Tints of Scarlet #EC1709
RGB
CMYK
RGB Variations
Color information
#EC1709 (or 0xEC1709) is known color: Scarlet. HEX triplet: EC, 17 and 09. RGB value is (236,23,9). Sum of RGB (Red+Green+Blue) = 236+23+9=268 (35% of max value = 765). Red value is 236 (92.58% from 255 or 88.06% from 268); Green value is 23 (9.38% from 255 or 8.58% from 268); Blue value is 9 (3.91% from 255 or 3.36% from 268); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1709 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1709 is #13E8F6. Grayscale: #555555. Windows color (decimal): -1304823 or 595948. OLE color: 595948.
HSL color Cylindrical-coordinate representation of color #EC1709: hue angle of 3.7º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC1709 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 9 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.07 |
| HSL | 3.7º | 0.93% | 0.48% | - |
| HSV(B) | 3.7º | 0.96% | 0.93% | - |
| XYZ | 34.95 | 18.47 | 1.98 | - |
| YUV | 85.09 | 85.07 | 235.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 9 | 0 | 0.90 | 0.96 | 0.07 | 3.7 | 0.93 | 0.48 |
| Hex | EC | 17 | 9 | 0 | 5A | 60 | 7 | 4 | 5D | 30 |
| Octal | 354 | 27 | 11 | 0 | 132 | 140 | 7 | 4 | 135 | 60 |
| Binary | 11101100 | 10111 | 1001 | 0 | 1011010 | 1100000 | 111 | 100 | 1011101 | 110000 |
Color Harmonies of #EC1709
Complementary color
Monochromatic Colors of #EC1709
Black with #EC1709
Text Example
Text Example
White with #EC1709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1709; }
p { color: rgb(236,23,9); }
H1.HeaderClassName
{
color: #EC1709;
}
.AnyTagClassName
{
color: #EC1709;
}
</style>
background-color css
<style>
a { background-color: #EC1709; }
a { background-color: rgb(236,23,9); }
div.DivClassName
{
background-color: #EC1709;
}
.BgClassName
{
background-color: #EC1709;
}
</style>
border-color css
<style>
span { border-color: #EC1709; }
span { border-color: rgb(236,23,9); }
td.TdClassName
{
border-color: #EC1709;
}
.TagClassName
{
border-color: #EC1709;
}
</style>