Shades of Scarlet #EC3007
Tints of Scarlet #EC3007
RGB
CMYK
RGB Variations
Color information
#EC3007 (or 0xEC3007) is known color: Scarlet. HEX triplet: EC, 30 and 07. RGB value is (236,48,7). Sum of RGB (Red+Green+Blue) = 236+48+7=291 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.10% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 7 (3.12% from 255 or 2.41% from 291); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3007 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3007 is #13CFF8. Grayscale: #636363. Windows color (decimal): -1298425 or 471276. OLE color: 471276.
HSL color Cylindrical-coordinate representation of color #EC3007: hue angle of 10.74º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC3007 is Cyan = 0, Magento = 0.80, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 48 | 7 | - |
| CMYK | 0 | 0.80 | 0.97 | 0.07 |
| HSL | 10.74º | 0.94% | 0.48% | - |
| HSV(B) | 10.74º | 0.97% | 0.93% | - |
| XYZ | 35.69 | 19.96 | 2.17 | - |
| YUV | 99.54 | 75.78 | 225.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 48 | 7 | 0 | 0.80 | 0.97 | 0.07 | 10.74 | 0.94 | 0.48 |
| Hex | EC | 30 | 7 | 0 | 50 | 61 | 7 | B | 5E | 30 |
| Octal | 354 | 60 | 7 | 0 | 120 | 141 | 7 | 13 | 136 | 60 |
| Binary | 11101100 | 110000 | 111 | 0 | 1010000 | 1100001 | 111 | 1011 | 1011110 | 110000 |
Color Harmonies of #EC3007
Complementary color
Monochromatic Colors of #EC3007
Black with #EC3007
Text Example
Text Example
White with #EC3007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3007; }
p { color: rgb(236,48,7); }
H1.HeaderClassName
{
color: #EC3007;
}
.AnyTagClassName
{
color: #EC3007;
}
</style>
background-color css
<style>
a { background-color: #EC3007; }
a { background-color: rgb(236,48,7); }
div.DivClassName
{
background-color: #EC3007;
}
.BgClassName
{
background-color: #EC3007;
}
</style>
border-color css
<style>
span { border-color: #EC3007; }
span { border-color: rgb(236,48,7); }
td.TdClassName
{
border-color: #EC3007;
}
.TagClassName
{
border-color: #EC3007;
}
</style>