Shades of Scarlet #EC2515
Tints of Scarlet #EC2515
RGB
CMYK
RGB Variations
Color information
#EC2515 (or 0xEC2515) is known color: Scarlet. HEX triplet: EC, 25 and 15. RGB value is (236,37,21). Sum of RGB (Red+Green+Blue) = 236+37+21=294 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.27% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 21 (8.59% from 255 or 7.14% from 294); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2515 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2515 is #13DAEA. Grayscale: #5E5E5E. Windows color (decimal): -1301227 or 1385964. OLE color: 1385964.
HSL color Cylindrical-coordinate representation of color #EC2515: hue angle of 4.47º 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 #EC2515 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 37 | 21 | - |
| CMYK | 0 | 0.84 | 0.91 | 0.07 |
| HSL | 4.47º | 0.85% | 0.5% | - |
| HSV(B) | 4.47º | 0.91% | 0.93% | - |
| XYZ | 35.39 | 19.21 | 2.55 | - |
| YUV | 94.68 | 86.43 | 228.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 37 | 21 | 0 | 0.84 | 0.91 | 0.07 | 4.47 | 0.85 | 0.5 |
| Hex | EC | 25 | 15 | 0 | 54 | 5B | 7 | 4 | 55 | 32 |
| Octal | 354 | 45 | 25 | 0 | 124 | 133 | 7 | 4 | 125 | 62 |
| Binary | 11101100 | 100101 | 10101 | 0 | 1010100 | 1011011 | 111 | 100 | 1010101 | 110010 |
Color Harmonies of #EC2515
Complementary color
Monochromatic Colors of #EC2515
Black with #EC2515
Text Example
Text Example
White with #EC2515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2515; }
p { color: rgb(236,37,21); }
H1.HeaderClassName
{
color: #EC2515;
}
.AnyTagClassName
{
color: #EC2515;
}
</style>
background-color css
<style>
a { background-color: #EC2515; }
a { background-color: rgb(236,37,21); }
div.DivClassName
{
background-color: #EC2515;
}
.BgClassName
{
background-color: #EC2515;
}
</style>
border-color css
<style>
span { border-color: #EC2515; }
span { border-color: rgb(236,37,21); }
td.TdClassName
{
border-color: #EC2515;
}
.TagClassName
{
border-color: #EC2515;
}
</style>