Shades of Scarlet #EC2E10
Tints of Scarlet #EC2E10
RGB
CMYK
RGB Variations
Color information
#EC2E10 (or 0xEC2E10) is known color: Scarlet. HEX triplet: EC, 2E and 10. RGB value is (236,46,16). Sum of RGB (Red+Green+Blue) = 236+46+16=298 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.19% from 298); Green value is 46 (18.36% from 255 or 15.44% from 298); Blue value is 16 (6.64% from 255 or 5.37% from 298); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2E10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2E10 is #13D1EF. Grayscale: #636363. Windows color (decimal): -1298928 or 1060588. OLE color: 1060588.
HSL color Cylindrical-coordinate representation of color #EC2E10: hue angle of 8.18º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC2E10 is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 46 | 16 | - |
| CMYK | 0 | 0.81 | 0.93 | 0.07 |
| HSL | 8.18º | 0.87% | 0.49% | - |
| HSV(B) | 8.18º | 0.93% | 0.93% | - |
| XYZ | 35.66 | 19.82 | 2.44 | - |
| YUV | 99.39 | 80.95 | 225.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 46 | 16 | 0 | 0.81 | 0.93 | 0.07 | 8.18 | 0.87 | 0.49 |
| Hex | EC | 2E | 10 | 0 | 51 | 5D | 7 | 8 | 57 | 31 |
| Octal | 354 | 56 | 20 | 0 | 121 | 135 | 7 | 10 | 127 | 61 |
| Binary | 11101100 | 101110 | 10000 | 0 | 1010001 | 1011101 | 111 | 1000 | 1010111 | 110001 |
Color Harmonies of #EC2E10
Complementary color
Monochromatic Colors of #EC2E10
Black with #EC2E10
Text Example
Text Example
White with #EC2E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2E10; }
p { color: rgb(236,46,16); }
H1.HeaderClassName
{
color: #EC2E10;
}
.AnyTagClassName
{
color: #EC2E10;
}
</style>
background-color css
<style>
a { background-color: #EC2E10; }
a { background-color: rgb(236,46,16); }
div.DivClassName
{
background-color: #EC2E10;
}
.BgClassName
{
background-color: #EC2E10;
}
</style>
border-color css
<style>
span { border-color: #EC2E10; }
span { border-color: rgb(236,46,16); }
td.TdClassName
{
border-color: #EC2E10;
}
.TagClassName
{
border-color: #EC2E10;
}
</style>