Shades of Scarlet #EC1A09
Tints of Scarlet #EC1A09
RGB
CMYK
RGB Variations
Color information
#EC1A09 (or 0xEC1A09) is known color: Scarlet. HEX triplet: EC, 1A and 09. RGB value is (236,26,9). Sum of RGB (Red+Green+Blue) = 236+26+9=271 (35% of max value = 765). Red value is 236 (92.58% from 255 or 87.08% from 271); Green value is 26 (10.55% from 255 or 9.59% from 271); Blue value is 9 (3.91% from 255 or 3.32% from 271); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1A09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC1A09 is #13E5F6. Grayscale: #575757. Windows color (decimal): -1304055 or 596716. OLE color: 596716.
HSL color Cylindrical-coordinate representation of color #EC1A09: hue angle of 4.49º 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 #EC1A09 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 26 | 9 | - |
| CMYK | 0 | 0.89 | 0.96 | 0.07 |
| HSL | 4.49º | 0.93% | 0.48% | - |
| HSV(B) | 4.49º | 0.96% | 0.93% | - |
| XYZ | 35.01 | 18.59 | 2 | - |
| YUV | 86.85 | 84.07 | 234.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 26 | 9 | 0 | 0.89 | 0.96 | 0.07 | 4.49 | 0.93 | 0.48 |
| Hex | EC | 1A | 9 | 0 | 59 | 60 | 7 | 4 | 5D | 30 |
| Octal | 354 | 32 | 11 | 0 | 131 | 140 | 7 | 4 | 135 | 60 |
| Binary | 11101100 | 11010 | 1001 | 0 | 1011001 | 1100000 | 111 | 100 | 1011101 | 110000 |
Color Harmonies of #EC1A09
Complementary color
Monochromatic Colors of #EC1A09
Black with #EC1A09
Text Example
Text Example
White with #EC1A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1A09; }
p { color: rgb(236,26,9); }
H1.HeaderClassName
{
color: #EC1A09;
}
.AnyTagClassName
{
color: #EC1A09;
}
</style>
background-color css
<style>
a { background-color: #EC1A09; }
a { background-color: rgb(236,26,9); }
div.DivClassName
{
background-color: #EC1A09;
}
.BgClassName
{
background-color: #EC1A09;
}
</style>
border-color css
<style>
span { border-color: #EC1A09; }
span { border-color: rgb(236,26,9); }
td.TdClassName
{
border-color: #EC1A09;
}
.TagClassName
{
border-color: #EC1A09;
}
</style>