Shades of Scarlet #EC320C
Tints of Scarlet #EC320C
RGB
CMYK
RGB Variations
Color information
#EC320C (or 0xEC320C) is known color: Scarlet. HEX triplet: EC, 32 and 0C. RGB value is (236,50,12). Sum of RGB (Red+Green+Blue) = 236+50+12=298 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.19% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 12 (5.08% from 255 or 4.03% from 298); Max value from RGB is 236 - color contains mainly: red. Hex color #EC320C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC320C is #13CDF3. Grayscale: #656565. Windows color (decimal): -1297908 or 799468. OLE color: 799468.
HSL color Cylindrical-coordinate representation of color #EC320C: hue angle of 10.18º 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 #EC320C is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 50 | 12 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.07 |
| HSL | 10.18º | 0.9% | 0.49% | - |
| HSV(B) | 10.18º | 0.95% | 0.93% | - |
| XYZ | 35.8 | 20.14 | 2.35 | - |
| YUV | 101.28 | 77.62 | 224.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 50 | 12 | 0 | 0.79 | 0.95 | 0.07 | 10.18 | 0.9 | 0.49 |
| Hex | EC | 32 | C | 0 | 4F | 5F | 7 | A | 5A | 31 |
| Octal | 354 | 62 | 14 | 0 | 117 | 137 | 7 | 12 | 132 | 61 |
| Binary | 11101100 | 110010 | 1100 | 0 | 1001111 | 1011111 | 111 | 1010 | 1011010 | 110001 |
Color Harmonies of #EC320C
Complementary color
Monochromatic Colors of #EC320C
Black with #EC320C
Text Example
Text Example
White with #EC320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC320C; }
p { color: rgb(236,50,12); }
H1.HeaderClassName
{
color: #EC320C;
}
.AnyTagClassName
{
color: #EC320C;
}
</style>
background-color css
<style>
a { background-color: #EC320C; }
a { background-color: rgb(236,50,12); }
div.DivClassName
{
background-color: #EC320C;
}
.BgClassName
{
background-color: #EC320C;
}
</style>
border-color css
<style>
span { border-color: #EC320C; }
span { border-color: rgb(236,50,12); }
td.TdClassName
{
border-color: #EC320C;
}
.TagClassName
{
border-color: #EC320C;
}
</style>