Shades of Scarlet #EC330C
Tints of Scarlet #EC330C
RGB
CMYK
RGB Variations
Color information
#EC330C (or 0xEC330C) is known color: Scarlet. HEX triplet: EC, 33 and 0C. RGB value is (236,51,12). Sum of RGB (Red+Green+Blue) = 236+51+12=299 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.93% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 12 (5.08% from 255 or 4.01% from 299); Max value from RGB is 236 - color contains mainly: red. Hex color #EC330C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC330C is #13CCF3. Grayscale: #666666. Windows color (decimal): -1297652 or 799724. OLE color: 799724.
HSL color Cylindrical-coordinate representation of color #EC330C: hue angle of 10.45º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC330C is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 51 | 12 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.07 |
| HSL | 10.45º | 0.9% | 0.49% | - |
| HSV(B) | 10.45º | 0.95% | 0.93% | - |
| XYZ | 35.84 | 20.23 | 2.36 | - |
| YUV | 101.87 | 77.29 | 223.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 51 | 12 | 0 | 0.78 | 0.95 | 0.07 | 10.45 | 0.9 | 0.49 |
| Hex | EC | 33 | C | 0 | 4E | 5F | 7 | A | 5A | 31 |
| Octal | 354 | 63 | 14 | 0 | 116 | 137 | 7 | 12 | 132 | 61 |
| Binary | 11101100 | 110011 | 1100 | 0 | 1001110 | 1011111 | 111 | 1010 | 1011010 | 110001 |
Color Harmonies of #EC330C
Complementary color
Monochromatic Colors of #EC330C
Black with #EC330C
Text Example
Text Example
White with #EC330C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC330C; }
p { color: rgb(236,51,12); }
H1.HeaderClassName
{
color: #EC330C;
}
.AnyTagClassName
{
color: #EC330C;
}
</style>
background-color css
<style>
a { background-color: #EC330C; }
a { background-color: rgb(236,51,12); }
div.DivClassName
{
background-color: #EC330C;
}
.BgClassName
{
background-color: #EC330C;
}
</style>
border-color css
<style>
span { border-color: #EC330C; }
span { border-color: rgb(236,51,12); }
td.TdClassName
{
border-color: #EC330C;
}
.TagClassName
{
border-color: #EC330C;
}
</style>