Shades of Scarlet #EC1C09
Tints of Scarlet #EC1C09
RGB
CMYK
RGB Variations
Color information
#EC1C09 (or 0xEC1C09) is known color: Scarlet. HEX triplet: EC, 1C and 09. RGB value is (236,28,9). Sum of RGB (Red+Green+Blue) = 236+28+9=273 (36% of max value = 765). Red value is 236 (92.58% from 255 or 86.45% from 273); Green value is 28 (11.33% from 255 or 10.26% from 273); Blue value is 9 (3.91% from 255 or 3.30% from 273); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1C09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC1C09 is #13E3F6. Grayscale: #585858. Windows color (decimal): -1303543 or 597228. OLE color: 597228.
HSL color Cylindrical-coordinate representation of color #EC1C09: hue angle of 5.02º 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 #EC1C09 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 28 | 9 | - |
| CMYK | 0 | 0.88 | 0.96 | 0.07 |
| HSL | 5.02º | 0.93% | 0.48% | - |
| HSV(B) | 5.02º | 0.96% | 0.93% | - |
| XYZ | 35.06 | 18.68 | 2.02 | - |
| YUV | 88.03 | 83.41 | 233.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 28 | 9 | 0 | 0.88 | 0.96 | 0.07 | 5.02 | 0.93 | 0.48 |
| Hex | EC | 1C | 9 | 0 | 58 | 60 | 7 | 5 | 5D | 30 |
| Octal | 354 | 34 | 11 | 0 | 130 | 140 | 7 | 5 | 135 | 60 |
| Binary | 11101100 | 11100 | 1001 | 0 | 1011000 | 1100000 | 111 | 101 | 1011101 | 110000 |
Color Harmonies of #EC1C09
Complementary color
Monochromatic Colors of #EC1C09
Black with #EC1C09
Text Example
Text Example
White with #EC1C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1C09; }
p { color: rgb(236,28,9); }
H1.HeaderClassName
{
color: #EC1C09;
}
.AnyTagClassName
{
color: #EC1C09;
}
</style>
background-color css
<style>
a { background-color: #EC1C09; }
a { background-color: rgb(236,28,9); }
div.DivClassName
{
background-color: #EC1C09;
}
.BgClassName
{
background-color: #EC1C09;
}
</style>
border-color css
<style>
span { border-color: #EC1C09; }
span { border-color: rgb(236,28,9); }
td.TdClassName
{
border-color: #EC1C09;
}
.TagClassName
{
border-color: #EC1C09;
}
</style>