Shades of Scarlet #EC3300
Tints of Scarlet #EC3300
RGB
CMYK
RGB Variations
Color information
#EC3300 (or 0xEC3300) is known color: Scarlet. HEX triplet: EC, 33 and 00. RGB value is (236,51,0). Sum of RGB (Red+Green+Blue) = 236+51+0=287 (38% of max value = 765). Red value is 236 (92.58% from 255 or 82.23% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 0 (0.39% from 255 or 0% from 287); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3300 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3300 is #13CCFF. Grayscale: #646464. Windows color (decimal): -1297664 or 13292. OLE color: 13292.
HSL color Cylindrical-coordinate representation of color #EC3300: hue angle of 12.97º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC3300 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 51 | 0 | - |
| CMYK | 0 | 0.78 | 1 | 0.07 |
| HSL | 12.97º | 1% | 0.46% | - |
| HSV(B) | 12.97º | 1% | 0.93% | - |
| XYZ | 35.78 | 20.2 | 2.01 | - |
| YUV | 100.5 | 71.29 | 224.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 51 | 0 | 0 | 0.78 | 1 | 0.07 | 12.97 | 1 | 0.46 |
| Hex | EC | 33 | 0 | 0 | 4E | 64 | 7 | D | 64 | 2E |
| Octal | 354 | 63 | 0 | 0 | 116 | 144 | 7 | 15 | 144 | 56 |
| Binary | 11101100 | 110011 | 0 | 0 | 1001110 | 1100100 | 111 | 1101 | 1100100 | 101110 |
Color Harmonies of #EC3300
Complementary color
Monochromatic Colors of #EC3300
Black with #EC3300
Text Example
Text Example
White with #EC3300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3300; }
p { color: rgb(236,51,0); }
H1.HeaderClassName
{
color: #EC3300;
}
.AnyTagClassName
{
color: #EC3300;
}
</style>
background-color css
<style>
a { background-color: #EC3300; }
a { background-color: rgb(236,51,0); }
div.DivClassName
{
background-color: #EC3300;
}
.BgClassName
{
background-color: #EC3300;
}
</style>
border-color css
<style>
span { border-color: #EC3300; }
span { border-color: rgb(236,51,0); }
td.TdClassName
{
border-color: #EC3300;
}
.TagClassName
{
border-color: #EC3300;
}
</style>