Shades of Scarlet #EC300C
Tints of Scarlet #EC300C
RGB
CMYK
RGB Variations
Color information
#EC300C (or 0xEC300C) is known color: Scarlet. HEX triplet: EC, 30 and 0C. RGB value is (236,48,12). Sum of RGB (Red+Green+Blue) = 236+48+12=296 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.73% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 12 (5.08% from 255 or 4.05% from 296); Max value from RGB is 236 - color contains mainly: red. Hex color #EC300C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC300C is #13CFF3. Grayscale: #646464. Windows color (decimal): -1298420 or 798956. OLE color: 798956.
HSL color Cylindrical-coordinate representation of color #EC300C: hue angle of 9.64º 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 #EC300C is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 48 | 12 | - |
| CMYK | 0 | 0.80 | 0.95 | 0.07 |
| HSL | 9.64º | 0.9% | 0.49% | - |
| HSV(B) | 9.64º | 0.95% | 0.93% | - |
| XYZ | 35.72 | 19.97 | 2.32 | - |
| YUV | 100.11 | 78.28 | 224.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 48 | 12 | 0 | 0.80 | 0.95 | 0.07 | 9.64 | 0.9 | 0.49 |
| Hex | EC | 30 | C | 0 | 50 | 5F | 7 | A | 5A | 31 |
| Octal | 354 | 60 | 14 | 0 | 120 | 137 | 7 | 12 | 132 | 61 |
| Binary | 11101100 | 110000 | 1100 | 0 | 1010000 | 1011111 | 111 | 1010 | 1011010 | 110001 |
Color Harmonies of #EC300C
Complementary color
Monochromatic Colors of #EC300C
Black with #EC300C
Text Example
Text Example
White with #EC300C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC300C; }
p { color: rgb(236,48,12); }
H1.HeaderClassName
{
color: #EC300C;
}
.AnyTagClassName
{
color: #EC300C;
}
</style>
background-color css
<style>
a { background-color: #EC300C; }
a { background-color: rgb(236,48,12); }
div.DivClassName
{
background-color: #EC300C;
}
.BgClassName
{
background-color: #EC300C;
}
</style>
border-color css
<style>
span { border-color: #EC300C; }
span { border-color: rgb(236,48,12); }
td.TdClassName
{
border-color: #EC300C;
}
.TagClassName
{
border-color: #EC300C;
}
</style>