Shades of Scarlet #EC300E
Tints of Scarlet #EC300E
RGB
CMYK
RGB Variations
Color information
#EC300E (or 0xEC300E) is known color: Scarlet. HEX triplet: EC, 30 and 0E. RGB value is (236,48,14). Sum of RGB (Red+Green+Blue) = 236+48+14=298 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.19% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 14 (5.86% from 255 or 4.70% from 298); Max value from RGB is 236 - color contains mainly: red. Hex color #EC300E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC300E is #13CFF1. Grayscale: #646464. Windows color (decimal): -1298418 or 930028. OLE color: 930028.
HSL color Cylindrical-coordinate representation of color #EC300E: hue angle of 9.19º degrees, saturation: 0.89, 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 #EC300E is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 48 | 14 | - |
| CMYK | 0 | 0.80 | 0.94 | 0.07 |
| HSL | 9.19º | 0.89% | 0.49% | - |
| HSV(B) | 9.19º | 0.94% | 0.93% | - |
| XYZ | 35.73 | 19.98 | 2.39 | - |
| YUV | 100.34 | 79.28 | 224.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 48 | 14 | 0 | 0.80 | 0.94 | 0.07 | 9.19 | 0.89 | 0.49 |
| Hex | EC | 30 | E | 0 | 50 | 5E | 7 | 9 | 59 | 31 |
| Octal | 354 | 60 | 16 | 0 | 120 | 136 | 7 | 11 | 131 | 61 |
| Binary | 11101100 | 110000 | 1110 | 0 | 1010000 | 1011110 | 111 | 1001 | 1011001 | 110001 |
Color Harmonies of #EC300E
Complementary color
Monochromatic Colors of #EC300E
Black with #EC300E
Text Example
Text Example
White with #EC300E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC300E; }
p { color: rgb(236,48,14); }
H1.HeaderClassName
{
color: #EC300E;
}
.AnyTagClassName
{
color: #EC300E;
}
</style>
background-color css
<style>
a { background-color: #EC300E; }
a { background-color: rgb(236,48,14); }
div.DivClassName
{
background-color: #EC300E;
}
.BgClassName
{
background-color: #EC300E;
}
</style>
border-color css
<style>
span { border-color: #EC300E; }
span { border-color: rgb(236,48,14); }
td.TdClassName
{
border-color: #EC300E;
}
.TagClassName
{
border-color: #EC300E;
}
</style>