Shades of Scarlet #EC1809
Tints of Scarlet #EC1809
RGB
CMYK
RGB Variations
Color information
#EC1809 (or 0xEC1809) is known color: Scarlet. HEX triplet: EC, 18 and 09. RGB value is (236,24,9). Sum of RGB (Red+Green+Blue) = 236+24+9=269 (35% of max value = 765). Red value is 236 (92.58% from 255 or 87.73% from 269); Green value is 24 (9.77% from 255 or 8.92% from 269); Blue value is 9 (3.91% from 255 or 3.35% from 269); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1809 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1809 is #13E7F6. Grayscale: #555555. Windows color (decimal): -1304567 or 596204. OLE color: 596204.
HSL color Cylindrical-coordinate representation of color #EC1809: hue angle of 3.96º 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 #EC1809 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 9 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.07 |
| HSL | 3.96º | 0.93% | 0.48% | - |
| HSV(B) | 3.96º | 0.96% | 0.93% | - |
| XYZ | 34.97 | 18.51 | 1.99 | - |
| YUV | 85.68 | 84.74 | 235.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 9 | 0 | 0.90 | 0.96 | 0.07 | 3.96 | 0.93 | 0.48 |
| Hex | EC | 18 | 9 | 0 | 5A | 60 | 7 | 4 | 5D | 30 |
| Octal | 354 | 30 | 11 | 0 | 132 | 140 | 7 | 4 | 135 | 60 |
| Binary | 11101100 | 11000 | 1001 | 0 | 1011010 | 1100000 | 111 | 100 | 1011101 | 110000 |
Color Harmonies of #EC1809
Complementary color
Monochromatic Colors of #EC1809
Black with #EC1809
Text Example
Text Example
White with #EC1809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1809; }
p { color: rgb(236,24,9); }
H1.HeaderClassName
{
color: #EC1809;
}
.AnyTagClassName
{
color: #EC1809;
}
</style>
background-color css
<style>
a { background-color: #EC1809; }
a { background-color: rgb(236,24,9); }
div.DivClassName
{
background-color: #EC1809;
}
.BgClassName
{
background-color: #EC1809;
}
</style>
border-color css
<style>
span { border-color: #EC1809; }
span { border-color: rgb(236,24,9); }
td.TdClassName
{
border-color: #EC1809;
}
.TagClassName
{
border-color: #EC1809;
}
</style>