Shades of Scarlet #EC2909
Tints of Scarlet #EC2909
RGB
CMYK
RGB Variations
Color information
#EC2909 (or 0xEC2909) is known color: Scarlet. HEX triplet: EC, 29 and 09. RGB value is (236,41,9). Sum of RGB (Red+Green+Blue) = 236+41+9=286 (37% of max value = 765). Red value is 236 (92.58% from 255 or 82.52% from 286); Green value is 41 (16.41% from 255 or 14.34% from 286); Blue value is 9 (3.91% from 255 or 3.15% from 286); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2909 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2909 is #13D6F6. Grayscale: #5F5F5F. Windows color (decimal): -1300215 or 600556. OLE color: 600556.
HSL color Cylindrical-coordinate representation of color #EC2909: hue angle of 8.46º 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 #EC2909 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 41 | 9 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.07 |
| HSL | 8.46º | 0.93% | 0.48% | - |
| HSV(B) | 8.46º | 0.96% | 0.93% | - |
| XYZ | 35.43 | 19.44 | 2.14 | - |
| YUV | 95.66 | 79.1 | 228.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 41 | 9 | 0 | 0.83 | 0.96 | 0.07 | 8.46 | 0.93 | 0.48 |
| Hex | EC | 29 | 9 | 0 | 53 | 60 | 7 | 8 | 5D | 30 |
| Octal | 354 | 51 | 11 | 0 | 123 | 140 | 7 | 10 | 135 | 60 |
| Binary | 11101100 | 101001 | 1001 | 0 | 1010011 | 1100000 | 111 | 1000 | 1011101 | 110000 |
Color Harmonies of #EC2909
Complementary color
Monochromatic Colors of #EC2909
Black with #EC2909
Text Example
Text Example
White with #EC2909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2909; }
p { color: rgb(236,41,9); }
H1.HeaderClassName
{
color: #EC2909;
}
.AnyTagClassName
{
color: #EC2909;
}
</style>
background-color css
<style>
a { background-color: #EC2909; }
a { background-color: rgb(236,41,9); }
div.DivClassName
{
background-color: #EC2909;
}
.BgClassName
{
background-color: #EC2909;
}
</style>
border-color css
<style>
span { border-color: #EC2909; }
span { border-color: rgb(236,41,9); }
td.TdClassName
{
border-color: #EC2909;
}
.TagClassName
{
border-color: #EC2909;
}
</style>