Shades of Scarlet #EC2B17
Tints of Scarlet #EC2B17
RGB
CMYK
RGB Variations
Color information
#EC2B17 (or 0xEC2B17) is known color: Scarlet. HEX triplet: EC, 2B and 17. RGB value is (236,43,23). Sum of RGB (Red+Green+Blue) = 236+43+23=302 (40% of max value = 765). Red value is 236 (92.58% from 255 or 78.15% from 302); Green value is 43 (17.19% from 255 or 14.24% from 302); Blue value is 23 (9.38% from 255 or 7.62% from 302); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2B17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2B17 is #13D4E8. Grayscale: #626262. Windows color (decimal): -1299689 or 1518572. OLE color: 1518572.
HSL color Cylindrical-coordinate representation of color #EC2B17: hue angle of 5.63º 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 #EC2B17 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 43 | 23 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.07 |
| HSL | 5.63º | 0.85% | 0.51% | - |
| HSV(B) | 5.63º | 0.9% | 0.93% | - |
| XYZ | 35.61 | 19.62 | 2.72 | - |
| YUV | 98.43 | 85.44 | 226.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 43 | 23 | 0 | 0.82 | 0.90 | 0.07 | 5.63 | 0.85 | 0.51 |
| Hex | EC | 2B | 17 | 0 | 52 | 5A | 7 | 6 | 55 | 33 |
| Octal | 354 | 53 | 27 | 0 | 122 | 132 | 7 | 6 | 125 | 63 |
| Binary | 11101100 | 101011 | 10111 | 0 | 1010010 | 1011010 | 111 | 110 | 1010101 | 110011 |
Color Harmonies of #EC2B17
Complementary color
Monochromatic Colors of #EC2B17
Black with #EC2B17
Text Example
Text Example
White with #EC2B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2B17; }
p { color: rgb(236,43,23); }
H1.HeaderClassName
{
color: #EC2B17;
}
.AnyTagClassName
{
color: #EC2B17;
}
</style>
background-color css
<style>
a { background-color: #EC2B17; }
a { background-color: rgb(236,43,23); }
div.DivClassName
{
background-color: #EC2B17;
}
.BgClassName
{
background-color: #EC2B17;
}
</style>
border-color css
<style>
span { border-color: #EC2B17; }
span { border-color: rgb(236,43,23); }
td.TdClassName
{
border-color: #EC2B17;
}
.TagClassName
{
border-color: #EC2B17;
}
</style>