Shades of Scarlet #EC2309
Tints of Scarlet #EC2309
RGB
CMYK
RGB Variations
Color information
#EC2309 (or 0xEC2309) is known color: Scarlet. HEX triplet: EC, 23 and 09. RGB value is (236,35,9). Sum of RGB (Red+Green+Blue) = 236+35+9=280 (37% of max value = 765). Red value is 236 (92.58% from 255 or 84.29% from 280); Green value is 35 (14.06% from 255 or 12.5% from 280); Blue value is 9 (3.91% from 255 or 3.21% from 280); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2309 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2309 is #13DCF6. Grayscale: #5C5C5C. Windows color (decimal): -1301751 or 599020. OLE color: 599020.
HSL color Cylindrical-coordinate representation of color #EC2309: hue angle of 6.87º 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 #EC2309 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 35 | 9 | - |
| CMYK | 0 | 0.85 | 0.96 | 0.07 |
| HSL | 6.87º | 0.93% | 0.48% | - |
| HSV(B) | 6.87º | 0.96% | 0.93% | - |
| XYZ | 35.24 | 19.05 | 2.08 | - |
| YUV | 92.14 | 81.09 | 230.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 35 | 9 | 0 | 0.85 | 0.96 | 0.07 | 6.87 | 0.93 | 0.48 |
| Hex | EC | 23 | 9 | 0 | 55 | 60 | 7 | 7 | 5D | 30 |
| Octal | 354 | 43 | 11 | 0 | 125 | 140 | 7 | 7 | 135 | 60 |
| Binary | 11101100 | 100011 | 1001 | 0 | 1010101 | 1100000 | 111 | 111 | 1011101 | 110000 |
Color Harmonies of #EC2309
Complementary color
Monochromatic Colors of #EC2309
Black with #EC2309
Text Example
Text Example
White with #EC2309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2309; }
p { color: rgb(236,35,9); }
H1.HeaderClassName
{
color: #EC2309;
}
.AnyTagClassName
{
color: #EC2309;
}
</style>
background-color css
<style>
a { background-color: #EC2309; }
a { background-color: rgb(236,35,9); }
div.DivClassName
{
background-color: #EC2309;
}
.BgClassName
{
background-color: #EC2309;
}
</style>
border-color css
<style>
span { border-color: #EC2309; }
span { border-color: rgb(236,35,9); }
td.TdClassName
{
border-color: #EC2309;
}
.TagClassName
{
border-color: #EC2309;
}
</style>