Shades of Scarlet #EC2518
Tints of Scarlet #EC2518
RGB
CMYK
RGB Variations
Color information
#EC2518 (or 0xEC2518) is known color: Scarlet. HEX triplet: EC, 25 and 18. RGB value is (236,37,24). Sum of RGB (Red+Green+Blue) = 236+37+24=297 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.46% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 24 (9.77% from 255 or 8.08% from 297); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2518 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2518 is #13DAE7. Grayscale: #5F5F5F. Windows color (decimal): -1301224 or 1582572. OLE color: 1582572.
HSL color Cylindrical-coordinate representation of color #EC2518: hue angle of 3.68º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC2518 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 37 | 24 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.07 |
| HSL | 3.68º | 0.85% | 0.51% | - |
| HSV(B) | 3.68º | 0.9% | 0.93% | - |
| XYZ | 35.42 | 19.22 | 2.71 | - |
| YUV | 95.02 | 87.93 | 228.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 37 | 24 | 0 | 0.84 | 0.90 | 0.07 | 3.68 | 0.85 | 0.51 |
| Hex | EC | 25 | 18 | 0 | 54 | 5A | 7 | 4 | 55 | 33 |
| Octal | 354 | 45 | 30 | 0 | 124 | 132 | 7 | 4 | 125 | 63 |
| Binary | 11101100 | 100101 | 11000 | 0 | 1010100 | 1011010 | 111 | 100 | 1010101 | 110011 |
Color Harmonies of #EC2518
Complementary color
Monochromatic Colors of #EC2518
Black with #EC2518
Text Example
Text Example
White with #EC2518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2518; }
p { color: rgb(236,37,24); }
H1.HeaderClassName
{
color: #EC2518;
}
.AnyTagClassName
{
color: #EC2518;
}
</style>
background-color css
<style>
a { background-color: #EC2518; }
a { background-color: rgb(236,37,24); }
div.DivClassName
{
background-color: #EC2518;
}
.BgClassName
{
background-color: #EC2518;
}
</style>
border-color css
<style>
span { border-color: #EC2518; }
span { border-color: rgb(236,37,24); }
td.TdClassName
{
border-color: #EC2518;
}
.TagClassName
{
border-color: #EC2518;
}
</style>