Shades of Scarlet #EC2306
Tints of Scarlet #EC2306
RGB
CMYK
RGB Variations
Color information
#EC2306 (or 0xEC2306) is known color: Scarlet. HEX triplet: EC, 23 and 06. RGB value is (236,35,6). Sum of RGB (Red+Green+Blue) = 236+35+6=277 (36% of max value = 765). Red value is 236 (92.58% from 255 or 85.20% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 6 (2.73% from 255 or 2.17% from 277); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2306 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2306 is #13DCF9. Grayscale: #5C5C5C. Windows color (decimal): -1301754 or 402412. OLE color: 402412.
HSL color Cylindrical-coordinate representation of color #EC2306: hue angle of 7.57º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC2306 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 35 | 6 | - |
| CMYK | 0 | 0.85 | 0.97 | 0.07 |
| HSL | 7.57º | 0.95% | 0.47% | - |
| HSV(B) | 7.57º | 0.97% | 0.93% | - |
| XYZ | 35.23 | 19.05 | 1.99 | - |
| YUV | 91.79 | 79.59 | 230.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 35 | 6 | 0 | 0.85 | 0.97 | 0.07 | 7.57 | 0.95 | 0.47 |
| Hex | EC | 23 | 6 | 0 | 55 | 61 | 7 | 8 | 5F | 2F |
| Octal | 354 | 43 | 6 | 0 | 125 | 141 | 7 | 10 | 137 | 57 |
| Binary | 11101100 | 100011 | 110 | 0 | 1010101 | 1100001 | 111 | 1000 | 1011111 | 101111 |
Color Harmonies of #EC2306
Complementary color
Monochromatic Colors of #EC2306
Black with #EC2306
Text Example
Text Example
White with #EC2306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2306; }
p { color: rgb(236,35,6); }
H1.HeaderClassName
{
color: #EC2306;
}
.AnyTagClassName
{
color: #EC2306;
}
</style>
background-color css
<style>
a { background-color: #EC2306; }
a { background-color: rgb(236,35,6); }
div.DivClassName
{
background-color: #EC2306;
}
.BgClassName
{
background-color: #EC2306;
}
</style>
border-color css
<style>
span { border-color: #EC2306; }
span { border-color: rgb(236,35,6); }
td.TdClassName
{
border-color: #EC2306;
}
.TagClassName
{
border-color: #EC2306;
}
</style>