Shades of Scarlet #EC320A
Tints of Scarlet #EC320A
RGB
CMYK
RGB Variations
Color information
#EC320A (or 0xEC320A) is known color: Scarlet. HEX triplet: EC, 32 and 0A. RGB value is (236,50,10). Sum of RGB (Red+Green+Blue) = 236+50+10=296 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.73% from 296); Green value is 50 (19.92% from 255 or 16.89% from 296); Blue value is 10 (4.30% from 255 or 3.38% from 296); Max value from RGB is 236 - color contains mainly: red. Hex color #EC320A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC320A is #13CDF5. Grayscale: #656565. Windows color (decimal): -1297910 or 668396. OLE color: 668396.
HSL color Cylindrical-coordinate representation of color #EC320A: hue angle of 10.62º degrees, saturation: 0.92, 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 #EC320A is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 50 | 10 | - |
| CMYK | 0 | 0.79 | 0.96 | 0.07 |
| HSL | 10.62º | 0.92% | 0.48% | - |
| HSV(B) | 10.62º | 0.96% | 0.93% | - |
| XYZ | 35.79 | 20.14 | 2.29 | - |
| YUV | 101.05 | 76.62 | 224.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 50 | 10 | 0 | 0.79 | 0.96 | 0.07 | 10.62 | 0.92 | 0.48 |
| Hex | EC | 32 | A | 0 | 4F | 60 | 7 | B | 5C | 30 |
| Octal | 354 | 62 | 12 | 0 | 117 | 140 | 7 | 13 | 134 | 60 |
| Binary | 11101100 | 110010 | 1010 | 0 | 1001111 | 1100000 | 111 | 1011 | 1011100 | 110000 |
Color Harmonies of #EC320A
Complementary color
Monochromatic Colors of #EC320A
Black with #EC320A
Text Example
Text Example
White with #EC320A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC320A; }
p { color: rgb(236,50,10); }
H1.HeaderClassName
{
color: #EC320A;
}
.AnyTagClassName
{
color: #EC320A;
}
</style>
background-color css
<style>
a { background-color: #EC320A; }
a { background-color: rgb(236,50,10); }
div.DivClassName
{
background-color: #EC320A;
}
.BgClassName
{
background-color: #EC320A;
}
</style>
border-color css
<style>
span { border-color: #EC320A; }
span { border-color: rgb(236,50,10); }
td.TdClassName
{
border-color: #EC320A;
}
.TagClassName
{
border-color: #EC320A;
}
</style>