Shades of Scarlet #EC2410
Tints of Scarlet #EC2410
RGB
CMYK
RGB Variations
Color information
#EC2410 (or 0xEC2410) is known color: Scarlet. HEX triplet: EC, 24 and 10. RGB value is (236,36,16). Sum of RGB (Red+Green+Blue) = 236+36+16=288 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.94% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 16 (6.64% from 255 or 5.56% from 288); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2410 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2410 is #13DBEF. Grayscale: #5D5D5D. Windows color (decimal): -1301488 or 1058028. OLE color: 1058028.
HSL color Cylindrical-coordinate representation of color #EC2410: hue angle of 5.45º 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 #EC2410 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 36 | 16 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.07 |
| HSL | 5.45º | 0.87% | 0.49% | - |
| HSV(B) | 5.45º | 0.93% | 0.93% | - |
| XYZ | 35.32 | 19.13 | 2.32 | - |
| YUV | 93.52 | 84.26 | 229.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 36 | 16 | 0 | 0.85 | 0.93 | 0.07 | 5.45 | 0.87 | 0.49 |
| Hex | EC | 24 | 10 | 0 | 55 | 5D | 7 | 5 | 57 | 31 |
| Octal | 354 | 44 | 20 | 0 | 125 | 135 | 7 | 5 | 127 | 61 |
| Binary | 11101100 | 100100 | 10000 | 0 | 1010101 | 1011101 | 111 | 101 | 1010111 | 110001 |
Color Harmonies of #EC2410
Complementary color
Monochromatic Colors of #EC2410
Black with #EC2410
Text Example
Text Example
White with #EC2410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2410; }
p { color: rgb(236,36,16); }
H1.HeaderClassName
{
color: #EC2410;
}
.AnyTagClassName
{
color: #EC2410;
}
</style>
background-color css
<style>
a { background-color: #EC2410; }
a { background-color: rgb(236,36,16); }
div.DivClassName
{
background-color: #EC2410;
}
.BgClassName
{
background-color: #EC2410;
}
</style>
border-color css
<style>
span { border-color: #EC2410; }
span { border-color: rgb(236,36,16); }
td.TdClassName
{
border-color: #EC2410;
}
.TagClassName
{
border-color: #EC2410;
}
</style>