Shades of Scarlet #EC2715
Tints of Scarlet #EC2715
RGB
CMYK
RGB Variations
Color information
#EC2715 (or 0xEC2715) is known color: Scarlet. HEX triplet: EC, 27 and 15. RGB value is (236,39,21). Sum of RGB (Red+Green+Blue) = 236+39+21=296 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.73% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 21 (8.59% from 255 or 7.09% from 296); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2715 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2715 is #13D8EA. Grayscale: #606060. Windows color (decimal): -1300715 or 1386476. OLE color: 1386476.
HSL color Cylindrical-coordinate representation of color #EC2715: hue angle of 5.02º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC2715 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 39 | 21 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.07 |
| HSL | 5.02º | 0.85% | 0.5% | - |
| HSV(B) | 5.02º | 0.91% | 0.93% | - |
| XYZ | 35.45 | 19.34 | 2.57 | - |
| YUV | 95.85 | 85.77 | 227.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 39 | 21 | 0 | 0.83 | 0.91 | 0.07 | 5.02 | 0.85 | 0.5 |
| Hex | EC | 27 | 15 | 0 | 53 | 5B | 7 | 5 | 55 | 32 |
| Octal | 354 | 47 | 25 | 0 | 123 | 133 | 7 | 5 | 125 | 62 |
| Binary | 11101100 | 100111 | 10101 | 0 | 1010011 | 1011011 | 111 | 101 | 1010101 | 110010 |
Color Harmonies of #EC2715
Complementary color
Monochromatic Colors of #EC2715
Black with #EC2715
Text Example
Text Example
White with #EC2715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2715; }
p { color: rgb(236,39,21); }
H1.HeaderClassName
{
color: #EC2715;
}
.AnyTagClassName
{
color: #EC2715;
}
</style>
background-color css
<style>
a { background-color: #EC2715; }
a { background-color: rgb(236,39,21); }
div.DivClassName
{
background-color: #EC2715;
}
.BgClassName
{
background-color: #EC2715;
}
</style>
border-color css
<style>
span { border-color: #EC2715; }
span { border-color: rgb(236,39,21); }
td.TdClassName
{
border-color: #EC2715;
}
.TagClassName
{
border-color: #EC2715;
}
</style>