Shades of Scarlet #EC310F
Tints of Scarlet #EC310F
RGB
CMYK
RGB Variations
Color information
#EC310F (or 0xEC310F) is known color: Scarlet. HEX triplet: EC, 31 and 0F. RGB value is (236,49,15). Sum of RGB (Red+Green+Blue) = 236+49+15=300 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.67% from 300); Green value is 49 (19.53% from 255 or 16.33% from 300); Blue value is 15 (6.25% from 255 or 5% from 300); Max value from RGB is 236 - color contains mainly: red. Hex color #EC310F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC310F is #13CEF0. Grayscale: #656565. Windows color (decimal): -1298161 or 995820. OLE color: 995820.
HSL color Cylindrical-coordinate representation of color #EC310F: hue angle of 9.23º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC310F is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 49 | 15 | - |
| CMYK | 0 | 0.79 | 0.94 | 0.07 |
| HSL | 9.23º | 0.88% | 0.49% | - |
| HSV(B) | 9.23º | 0.94% | 0.93% | - |
| XYZ | 35.78 | 20.06 | 2.44 | - |
| YUV | 101.04 | 79.45 | 224.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 49 | 15 | 0 | 0.79 | 0.94 | 0.07 | 9.23 | 0.88 | 0.49 |
| Hex | EC | 31 | F | 0 | 4F | 5E | 7 | 9 | 58 | 31 |
| Octal | 354 | 61 | 17 | 0 | 117 | 136 | 7 | 11 | 130 | 61 |
| Binary | 11101100 | 110001 | 1111 | 0 | 1001111 | 1011110 | 111 | 1001 | 1011000 | 110001 |
Color Harmonies of #EC310F
Complementary color
Monochromatic Colors of #EC310F
Black with #EC310F
Text Example
Text Example
White with #EC310F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC310F; }
p { color: rgb(236,49,15); }
H1.HeaderClassName
{
color: #EC310F;
}
.AnyTagClassName
{
color: #EC310F;
}
</style>
background-color css
<style>
a { background-color: #EC310F; }
a { background-color: rgb(236,49,15); }
div.DivClassName
{
background-color: #EC310F;
}
.BgClassName
{
background-color: #EC310F;
}
</style>
border-color css
<style>
span { border-color: #EC310F; }
span { border-color: rgb(236,49,15); }
td.TdClassName
{
border-color: #EC310F;
}
.TagClassName
{
border-color: #EC310F;
}
</style>