Shades of Scarlet #EC2610
Tints of Scarlet #EC2610
RGB
CMYK
RGB Variations
Color information
#EC2610 (or 0xEC2610) is known color: Scarlet. HEX triplet: EC, 26 and 10. RGB value is (236,38,16). Sum of RGB (Red+Green+Blue) = 236+38+16=290 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.38% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 16 (6.64% from 255 or 5.52% from 290); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2610 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2610 is #13D9EF. Grayscale: #5E5E5E. Windows color (decimal): -1300976 or 1058540. OLE color: 1058540.
HSL color Cylindrical-coordinate representation of color #EC2610: hue angle of 6º 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 #EC2610 is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 38 | 16 | - |
| CMYK | 0 | 0.84 | 0.93 | 0.07 |
| HSL | 6º | 0.87% | 0.49% | - |
| HSV(B) | 6º | 0.93% | 0.93% | - |
| XYZ | 35.38 | 19.26 | 2.34 | - |
| YUV | 94.69 | 83.6 | 228.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 38 | 16 | 0 | 0.84 | 0.93 | 0.07 | 6 | 0.87 | 0.49 |
| Hex | EC | 26 | 10 | 0 | 54 | 5D | 7 | 6 | 57 | 31 |
| Octal | 354 | 46 | 20 | 0 | 124 | 135 | 7 | 6 | 127 | 61 |
| Binary | 11101100 | 100110 | 10000 | 0 | 1010100 | 1011101 | 111 | 110 | 1010111 | 110001 |
Color Harmonies of #EC2610
Complementary color
Monochromatic Colors of #EC2610
Black with #EC2610
Text Example
Text Example
White with #EC2610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2610; }
p { color: rgb(236,38,16); }
H1.HeaderClassName
{
color: #EC2610;
}
.AnyTagClassName
{
color: #EC2610;
}
</style>
background-color css
<style>
a { background-color: #EC2610; }
a { background-color: rgb(236,38,16); }
div.DivClassName
{
background-color: #EC2610;
}
.BgClassName
{
background-color: #EC2610;
}
</style>
border-color css
<style>
span { border-color: #EC2610; }
span { border-color: rgb(236,38,16); }
td.TdClassName
{
border-color: #EC2610;
}
.TagClassName
{
border-color: #EC2610;
}
</style>