Shades of Scarlet #EC2615
Tints of Scarlet #EC2615
RGB
CMYK
RGB Variations
Color information
#EC2615 (or 0xEC2615) is known color: Scarlet. HEX triplet: EC, 26 and 15. RGB value is (236,38,21). Sum of RGB (Red+Green+Blue) = 236+38+21=295 (39% of max value = 765). Red value is 236 (92.58% from 255 or 80% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2615 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2615 is #13D9EA. Grayscale: #5F5F5F. Windows color (decimal): -1300971 or 1386220. OLE color: 1386220.
HSL color Cylindrical-coordinate representation of color #EC2615: hue angle of 4.74º 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 #EC2615 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 38 | 21 | - |
| CMYK | 0 | 0.84 | 0.91 | 0.07 |
| HSL | 4.74º | 0.85% | 0.5% | - |
| HSV(B) | 4.74º | 0.91% | 0.93% | - |
| XYZ | 35.42 | 19.27 | 2.56 | - |
| YUV | 95.26 | 86.1 | 228.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 38 | 21 | 0 | 0.84 | 0.91 | 0.07 | 4.74 | 0.85 | 0.5 |
| Hex | EC | 26 | 15 | 0 | 54 | 5B | 7 | 5 | 55 | 32 |
| Octal | 354 | 46 | 25 | 0 | 124 | 133 | 7 | 5 | 125 | 62 |
| Binary | 11101100 | 100110 | 10101 | 0 | 1010100 | 1011011 | 111 | 101 | 1010101 | 110010 |
Color Harmonies of #EC2615
Complementary color
Monochromatic Colors of #EC2615
Black with #EC2615
Text Example
Text Example
White with #EC2615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2615; }
p { color: rgb(236,38,21); }
H1.HeaderClassName
{
color: #EC2615;
}
.AnyTagClassName
{
color: #EC2615;
}
</style>
background-color css
<style>
a { background-color: #EC2615; }
a { background-color: rgb(236,38,21); }
div.DivClassName
{
background-color: #EC2615;
}
.BgClassName
{
background-color: #EC2615;
}
</style>
border-color css
<style>
span { border-color: #EC2615; }
span { border-color: rgb(236,38,21); }
td.TdClassName
{
border-color: #EC2615;
}
.TagClassName
{
border-color: #EC2615;
}
</style>