Shades of Scarlet #EC3009
Tints of Scarlet #EC3009
RGB
CMYK
RGB Variations
Color information
#EC3009 (or 0xEC3009) is known color: Scarlet. HEX triplet: EC, 30 and 09. RGB value is (236,48,9). Sum of RGB (Red+Green+Blue) = 236+48+9=293 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.55% from 293); Green value is 48 (19.14% from 255 or 16.38% from 293); Blue value is 9 (3.91% from 255 or 3.07% from 293); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3009 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3009 is #13CFF6. Grayscale: #646464. Windows color (decimal): -1298423 or 602348. OLE color: 602348.
HSL color Cylindrical-coordinate representation of color #EC3009: hue angle of 10.31º 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 #EC3009 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 48 | 9 | - |
| CMYK | 0 | 0.80 | 0.96 | 0.07 |
| HSL | 10.31º | 0.93% | 0.48% | - |
| HSV(B) | 10.31º | 0.96% | 0.93% | - |
| XYZ | 35.7 | 19.97 | 2.23 | - |
| YUV | 99.77 | 76.78 | 225.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 48 | 9 | 0 | 0.80 | 0.96 | 0.07 | 10.31 | 0.93 | 0.48 |
| Hex | EC | 30 | 9 | 0 | 50 | 60 | 7 | A | 5D | 30 |
| Octal | 354 | 60 | 11 | 0 | 120 | 140 | 7 | 12 | 135 | 60 |
| Binary | 11101100 | 110000 | 1001 | 0 | 1010000 | 1100000 | 111 | 1010 | 1011101 | 110000 |
Color Harmonies of #EC3009
Complementary color
Monochromatic Colors of #EC3009
Black with #EC3009
Text Example
Text Example
White with #EC3009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3009; }
p { color: rgb(236,48,9); }
H1.HeaderClassName
{
color: #EC3009;
}
.AnyTagClassName
{
color: #EC3009;
}
</style>
background-color css
<style>
a { background-color: #EC3009; }
a { background-color: rgb(236,48,9); }
div.DivClassName
{
background-color: #EC3009;
}
.BgClassName
{
background-color: #EC3009;
}
</style>
border-color css
<style>
span { border-color: #EC3009; }
span { border-color: rgb(236,48,9); }
td.TdClassName
{
border-color: #EC3009;
}
.TagClassName
{
border-color: #EC3009;
}
</style>