Shades of Scarlet #EC3207
Tints of Scarlet #EC3207
RGB
CMYK
RGB Variations
Color information
#EC3207 (or 0xEC3207) is known color: Scarlet. HEX triplet: EC, 32 and 07. RGB value is (236,50,7). Sum of RGB (Red+Green+Blue) = 236+50+7=293 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.55% from 293); Green value is 50 (19.92% from 255 or 17.06% from 293); Blue value is 7 (3.12% from 255 or 2.39% from 293); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3207 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3207 is #13CDF8. Grayscale: #656565. Windows color (decimal): -1297913 or 471788. OLE color: 471788.
HSL color Cylindrical-coordinate representation of color #EC3207: hue angle of 11.27º 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 #EC3207 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 50 | 7 | - |
| CMYK | 0 | 0.79 | 0.97 | 0.07 |
| HSL | 11.27º | 0.94% | 0.48% | - |
| HSV(B) | 11.27º | 0.97% | 0.93% | - |
| XYZ | 35.77 | 20.13 | 2.2 | - |
| YUV | 100.71 | 75.12 | 224.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 50 | 7 | 0 | 0.79 | 0.97 | 0.07 | 11.27 | 0.94 | 0.48 |
| Hex | EC | 32 | 7 | 0 | 4F | 61 | 7 | B | 5E | 30 |
| Octal | 354 | 62 | 7 | 0 | 117 | 141 | 7 | 13 | 136 | 60 |
| Binary | 11101100 | 110010 | 111 | 0 | 1001111 | 1100001 | 111 | 1011 | 1011110 | 110000 |
Color Harmonies of #EC3207
Complementary color
Monochromatic Colors of #EC3207
Black with #EC3207
Text Example
Text Example
White with #EC3207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3207; }
p { color: rgb(236,50,7); }
H1.HeaderClassName
{
color: #EC3207;
}
.AnyTagClassName
{
color: #EC3207;
}
</style>
background-color css
<style>
a { background-color: #EC3207; }
a { background-color: rgb(236,50,7); }
div.DivClassName
{
background-color: #EC3207;
}
.BgClassName
{
background-color: #EC3207;
}
</style>
border-color css
<style>
span { border-color: #EC3207; }
span { border-color: rgb(236,50,7); }
td.TdClassName
{
border-color: #EC3207;
}
.TagClassName
{
border-color: #EC3207;
}
</style>