Shades of Scarlet #EC2A18
Tints of Scarlet #EC2A18
RGB
CMYK
RGB Variations
Color information
#EC2A18 (or 0xEC2A18) is known color: Scarlet. HEX triplet: EC, 2A and 18. RGB value is (236,42,24). Sum of RGB (Red+Green+Blue) = 236+42+24=302 (40% of max value = 765). Red value is 236 (92.58% from 255 or 78.15% from 302); Green value is 42 (16.80% from 255 or 13.91% from 302); Blue value is 24 (9.77% from 255 or 7.95% from 302); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2A18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2A18 is #13D5E7. Grayscale: #626262. Windows color (decimal): -1299944 or 1583852. OLE color: 1583852.
HSL color Cylindrical-coordinate representation of color #EC2A18: hue angle of 5.09º 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 #EC2A18 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 42 | 24 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.07 |
| HSL | 5.09º | 0.85% | 0.51% | - |
| HSV(B) | 5.09º | 0.9% | 0.93% | - |
| XYZ | 35.58 | 19.55 | 2.76 | - |
| YUV | 97.95 | 86.27 | 226.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 42 | 24 | 0 | 0.82 | 0.90 | 0.07 | 5.09 | 0.85 | 0.51 |
| Hex | EC | 2A | 18 | 0 | 52 | 5A | 7 | 5 | 55 | 33 |
| Octal | 354 | 52 | 30 | 0 | 122 | 132 | 7 | 5 | 125 | 63 |
| Binary | 11101100 | 101010 | 11000 | 0 | 1010010 | 1011010 | 111 | 101 | 1010101 | 110011 |
Color Harmonies of #EC2A18
Complementary color
Monochromatic Colors of #EC2A18
Black with #EC2A18
Text Example
Text Example
White with #EC2A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2A18; }
p { color: rgb(236,42,24); }
H1.HeaderClassName
{
color: #EC2A18;
}
.AnyTagClassName
{
color: #EC2A18;
}
</style>
background-color css
<style>
a { background-color: #EC2A18; }
a { background-color: rgb(236,42,24); }
div.DivClassName
{
background-color: #EC2A18;
}
.BgClassName
{
background-color: #EC2A18;
}
</style>
border-color css
<style>
span { border-color: #EC2A18; }
span { border-color: rgb(236,42,24); }
td.TdClassName
{
border-color: #EC2A18;
}
.TagClassName
{
border-color: #EC2A18;
}
</style>