Shades of Scarlet #EC2308
Tints of Scarlet #EC2308
RGB
CMYK
RGB Variations
Color information
#EC2308 (or 0xEC2308) is known color: Scarlet. HEX triplet: EC, 23 and 08. RGB value is (236,35,8). Sum of RGB (Red+Green+Blue) = 236+35+8=279 (36% of max value = 765). Red value is 236 (92.58% from 255 or 84.59% from 279); Green value is 35 (14.06% from 255 or 12.54% from 279); Blue value is 8 (3.52% from 255 or 2.87% from 279); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2308 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2308 is #13DCF7. Grayscale: #5C5C5C. Windows color (decimal): -1301752 or 533484. OLE color: 533484.
HSL color Cylindrical-coordinate representation of color #EC2308: hue angle of 7.11º degrees, saturation: 0.93, 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 #EC2308 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 35 | 8 | - |
| CMYK | 0 | 0.85 | 0.97 | 0.07 |
| HSL | 7.11º | 0.93% | 0.48% | - |
| HSV(B) | 7.11º | 0.97% | 0.93% | - |
| XYZ | 35.24 | 19.05 | 2.05 | - |
| YUV | 92.02 | 80.59 | 230.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 35 | 8 | 0 | 0.85 | 0.97 | 0.07 | 7.11 | 0.93 | 0.48 |
| Hex | EC | 23 | 8 | 0 | 55 | 61 | 7 | 7 | 5D | 30 |
| Octal | 354 | 43 | 10 | 0 | 125 | 141 | 7 | 7 | 135 | 60 |
| Binary | 11101100 | 100011 | 1000 | 0 | 1010101 | 1100001 | 111 | 111 | 1011101 | 110000 |
Color Harmonies of #EC2308
Complementary color
Monochromatic Colors of #EC2308
Black with #EC2308
Text Example
Text Example
White with #EC2308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2308; }
p { color: rgb(236,35,8); }
H1.HeaderClassName
{
color: #EC2308;
}
.AnyTagClassName
{
color: #EC2308;
}
</style>
background-color css
<style>
a { background-color: #EC2308; }
a { background-color: rgb(236,35,8); }
div.DivClassName
{
background-color: #EC2308;
}
.BgClassName
{
background-color: #EC2308;
}
</style>
border-color css
<style>
span { border-color: #EC2308; }
span { border-color: rgb(236,35,8); }
td.TdClassName
{
border-color: #EC2308;
}
.TagClassName
{
border-color: #EC2308;
}
</style>