Shades of Scarlet #EC3409
Tints of Scarlet #EC3409
RGB
CMYK
RGB Variations
Color information
#EC3409 (or 0xEC3409) is known color: Scarlet. HEX triplet: EC, 34 and 09. RGB value is (236,52,9). Sum of RGB (Red+Green+Blue) = 236+52+9=297 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.46% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 9 (3.91% from 255 or 3.03% from 297); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3409 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3409 is #13CBF6. Grayscale: #666666. Windows color (decimal): -1297399 or 603372. OLE color: 603372.
HSL color Cylindrical-coordinate representation of color #EC3409: hue angle of 11.37º 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 #EC3409 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 52 | 9 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.07 |
| HSL | 11.37º | 0.93% | 0.48% | - |
| HSV(B) | 11.37º | 0.96% | 0.93% | - |
| XYZ | 35.87 | 20.31 | 2.29 | - |
| YUV | 102.11 | 75.46 | 223.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 52 | 9 | 0 | 0.78 | 0.96 | 0.07 | 11.37 | 0.93 | 0.48 |
| Hex | EC | 34 | 9 | 0 | 4E | 60 | 7 | B | 5D | 30 |
| Octal | 354 | 64 | 11 | 0 | 116 | 140 | 7 | 13 | 135 | 60 |
| Binary | 11101100 | 110100 | 1001 | 0 | 1001110 | 1100000 | 111 | 1011 | 1011101 | 110000 |
Color Harmonies of #EC3409
Complementary color
Monochromatic Colors of #EC3409
Black with #EC3409
Text Example
Text Example
White with #EC3409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3409; }
p { color: rgb(236,52,9); }
H1.HeaderClassName
{
color: #EC3409;
}
.AnyTagClassName
{
color: #EC3409;
}
</style>
background-color css
<style>
a { background-color: #EC3409; }
a { background-color: rgb(236,52,9); }
div.DivClassName
{
background-color: #EC3409;
}
.BgClassName
{
background-color: #EC3409;
}
</style>
border-color css
<style>
span { border-color: #EC3409; }
span { border-color: rgb(236,52,9); }
td.TdClassName
{
border-color: #EC3409;
}
.TagClassName
{
border-color: #EC3409;
}
</style>