Shades of Scarlet #EC3309
Tints of Scarlet #EC3309
RGB
CMYK
RGB Variations
Color information
#EC3309 (or 0xEC3309) is known color: Scarlet. HEX triplet: EC, 33 and 09. RGB value is (236,51,9). Sum of RGB (Red+Green+Blue) = 236+51+9=296 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.73% from 296); Green value is 51 (20.31% from 255 or 17.23% from 296); Blue value is 9 (3.91% from 255 or 3.04% from 296); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3309 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3309 is #13CCF6. Grayscale: #656565. Windows color (decimal): -1297655 or 603116. OLE color: 603116.
HSL color Cylindrical-coordinate representation of color #EC3309: hue angle of 11.1º 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 #EC3309 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 51 | 9 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.07 |
| HSL | 11.1º | 0.93% | 0.48% | - |
| HSV(B) | 11.1º | 0.96% | 0.93% | - |
| XYZ | 35.83 | 20.22 | 2.27 | - |
| YUV | 101.53 | 75.79 | 223.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 51 | 9 | 0 | 0.78 | 0.96 | 0.07 | 11.1 | 0.93 | 0.48 |
| Hex | EC | 33 | 9 | 0 | 4E | 60 | 7 | B | 5D | 30 |
| Octal | 354 | 63 | 11 | 0 | 116 | 140 | 7 | 13 | 135 | 60 |
| Binary | 11101100 | 110011 | 1001 | 0 | 1001110 | 1100000 | 111 | 1011 | 1011101 | 110000 |
Color Harmonies of #EC3309
Complementary color
Monochromatic Colors of #EC3309
Black with #EC3309
Text Example
Text Example
White with #EC3309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3309; }
p { color: rgb(236,51,9); }
H1.HeaderClassName
{
color: #EC3309;
}
.AnyTagClassName
{
color: #EC3309;
}
</style>
background-color css
<style>
a { background-color: #EC3309; }
a { background-color: rgb(236,51,9); }
div.DivClassName
{
background-color: #EC3309;
}
.BgClassName
{
background-color: #EC3309;
}
</style>
border-color css
<style>
span { border-color: #EC3309; }
span { border-color: rgb(236,51,9); }
td.TdClassName
{
border-color: #EC3309;
}
.TagClassName
{
border-color: #EC3309;
}
</style>