Shades of Scarlet #EC2307
Tints of Scarlet #EC2307
RGB
CMYK
RGB Variations
Color information
#EC2307 (or 0xEC2307) is known color: Scarlet. HEX triplet: EC, 23 and 07. RGB value is (236,35,7). Sum of RGB (Red+Green+Blue) = 236+35+7=278 (36% of max value = 765). Red value is 236 (92.58% from 255 or 84.89% from 278); Green value is 35 (14.06% from 255 or 12.59% from 278); Blue value is 7 (3.12% from 255 or 2.52% from 278); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2307 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2307 is #13DCF8. Grayscale: #5C5C5C. Windows color (decimal): -1301753 or 467948. OLE color: 467948.
HSL color Cylindrical-coordinate representation of color #EC2307: hue angle of 7.34º 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 #EC2307 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 35 | 7 | - |
| CMYK | 0 | 0.85 | 0.97 | 0.07 |
| HSL | 7.34º | 0.94% | 0.48% | - |
| HSV(B) | 7.34º | 0.97% | 0.93% | - |
| XYZ | 35.23 | 19.05 | 2.02 | - |
| YUV | 91.91 | 80.09 | 230.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 35 | 7 | 0 | 0.85 | 0.97 | 0.07 | 7.34 | 0.94 | 0.48 |
| Hex | EC | 23 | 7 | 0 | 55 | 61 | 7 | 7 | 5E | 30 |
| Octal | 354 | 43 | 7 | 0 | 125 | 141 | 7 | 7 | 136 | 60 |
| Binary | 11101100 | 100011 | 111 | 0 | 1010101 | 1100001 | 111 | 111 | 1011110 | 110000 |
Color Harmonies of #EC2307
Complementary color
Monochromatic Colors of #EC2307
Black with #EC2307
Text Example
Text Example
White with #EC2307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2307; }
p { color: rgb(236,35,7); }
H1.HeaderClassName
{
color: #EC2307;
}
.AnyTagClassName
{
color: #EC2307;
}
</style>
background-color css
<style>
a { background-color: #EC2307; }
a { background-color: rgb(236,35,7); }
div.DivClassName
{
background-color: #EC2307;
}
.BgClassName
{
background-color: #EC2307;
}
</style>
border-color css
<style>
span { border-color: #EC2307; }
span { border-color: rgb(236,35,7); }
td.TdClassName
{
border-color: #EC2307;
}
.TagClassName
{
border-color: #EC2307;
}
</style>