Shades of Scarlet #EC310A
Tints of Scarlet #EC310A
RGB
CMYK
RGB Variations
Color information
#EC310A (or 0xEC310A) is known color: Scarlet. HEX triplet: EC, 31 and 0A. RGB value is (236,49,10). Sum of RGB (Red+Green+Blue) = 236+49+10=295 (39% of max value = 765). Red value is 236 (92.58% from 255 or 80% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 10 (4.30% from 255 or 3.39% from 295); Max value from RGB is 236 - color contains mainly: red. Hex color #EC310A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC310A is #13CEF5. Grayscale: #646464. Windows color (decimal): -1298166 or 668140. OLE color: 668140.
HSL color Cylindrical-coordinate representation of color #EC310A: hue angle of 10.35º 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 #EC310A is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 49 | 10 | - |
| CMYK | 0 | 0.79 | 0.96 | 0.07 |
| HSL | 10.35º | 0.92% | 0.48% | - |
| HSV(B) | 10.35º | 0.96% | 0.93% | - |
| XYZ | 35.75 | 20.05 | 2.27 | - |
| YUV | 100.47 | 76.95 | 224.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 49 | 10 | 0 | 0.79 | 0.96 | 0.07 | 10.35 | 0.92 | 0.48 |
| Hex | EC | 31 | A | 0 | 4F | 60 | 7 | A | 5C | 30 |
| Octal | 354 | 61 | 12 | 0 | 117 | 140 | 7 | 12 | 134 | 60 |
| Binary | 11101100 | 110001 | 1010 | 0 | 1001111 | 1100000 | 111 | 1010 | 1011100 | 110000 |
Color Harmonies of #EC310A
Complementary color
Monochromatic Colors of #EC310A
Black with #EC310A
Text Example
Text Example
White with #EC310A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC310A; }
p { color: rgb(236,49,10); }
H1.HeaderClassName
{
color: #EC310A;
}
.AnyTagClassName
{
color: #EC310A;
}
</style>
background-color css
<style>
a { background-color: #EC310A; }
a { background-color: rgb(236,49,10); }
div.DivClassName
{
background-color: #EC310A;
}
.BgClassName
{
background-color: #EC310A;
}
</style>
border-color css
<style>
span { border-color: #EC310A; }
span { border-color: rgb(236,49,10); }
td.TdClassName
{
border-color: #EC310A;
}
.TagClassName
{
border-color: #EC310A;
}
</style>