Shades of Scarlet #EC3310
Tints of Scarlet #EC3310
RGB
CMYK
RGB Variations
Color information
#EC3310 (or 0xEC3310) is known color: Scarlet. HEX triplet: EC, 33 and 10. RGB value is (236,51,16). Sum of RGB (Red+Green+Blue) = 236+51+16=303 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.89% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 16 (6.64% from 255 or 5.28% from 303); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3310 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3310 is #13CCEF. Grayscale: #666666. Windows color (decimal): -1297648 or 1061868. OLE color: 1061868.
HSL color Cylindrical-coordinate representation of color #EC3310: hue angle of 9.55º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC3310 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 51 | 16 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.07 |
| HSL | 9.55º | 0.87% | 0.49% | - |
| HSV(B) | 9.55º | 0.93% | 0.93% | - |
| XYZ | 35.87 | 20.24 | 2.51 | - |
| YUV | 102.33 | 79.29 | 223.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 51 | 16 | 0 | 0.78 | 0.93 | 0.07 | 9.55 | 0.87 | 0.49 |
| Hex | EC | 33 | 10 | 0 | 4E | 5D | 7 | A | 57 | 31 |
| Octal | 354 | 63 | 20 | 0 | 116 | 135 | 7 | 12 | 127 | 61 |
| Binary | 11101100 | 110011 | 10000 | 0 | 1001110 | 1011101 | 111 | 1010 | 1010111 | 110001 |
Color Harmonies of #EC3310
Complementary color
Monochromatic Colors of #EC3310
Black with #EC3310
Text Example
Text Example
White with #EC3310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3310; }
p { color: rgb(236,51,16); }
H1.HeaderClassName
{
color: #EC3310;
}
.AnyTagClassName
{
color: #EC3310;
}
</style>
background-color css
<style>
a { background-color: #EC3310; }
a { background-color: rgb(236,51,16); }
div.DivClassName
{
background-color: #EC3310;
}
.BgClassName
{
background-color: #EC3310;
}
</style>
border-color css
<style>
span { border-color: #EC3310; }
span { border-color: rgb(236,51,16); }
td.TdClassName
{
border-color: #EC3310;
}
.TagClassName
{
border-color: #EC3310;
}
</style>