Shades of Scarlet #EC150A
Tints of Scarlet #EC150A
RGB
CMYK
RGB Variations
Color information
#EC150A (or 0xEC150A) is known color: Scarlet. HEX triplet: EC, 15 and 0A. RGB value is (236,21,10). Sum of RGB (Red+Green+Blue) = 236+21+10=267 (35% of max value = 765). Red value is 236 (92.58% from 255 or 88.39% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 10 (4.30% from 255 or 3.75% from 267); Max value from RGB is 236 - color contains mainly: red. Hex color #EC150A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC150A is #13EAF5. Grayscale: #545454. Windows color (decimal): -1305334 or 660972. OLE color: 660972.
HSL color Cylindrical-coordinate representation of color #EC150A: hue angle of 2.92º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC150A is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 21 | 10 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.07 |
| HSL | 2.92º | 0.92% | 0.48% | - |
| HSV(B) | 2.92º | 0.96% | 0.93% | - |
| XYZ | 34.92 | 18.39 | 2 | - |
| YUV | 84.03 | 86.23 | 236.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 21 | 10 | 0 | 0.91 | 0.96 | 0.07 | 2.92 | 0.92 | 0.48 |
| Hex | EC | 15 | A | 0 | 5B | 60 | 7 | 3 | 5C | 30 |
| Octal | 354 | 25 | 12 | 0 | 133 | 140 | 7 | 3 | 134 | 60 |
| Binary | 11101100 | 10101 | 1010 | 0 | 1011011 | 1100000 | 111 | 11 | 1011100 | 110000 |
Color Harmonies of #EC150A
Complementary color
Monochromatic Colors of #EC150A
Black with #EC150A
Text Example
Text Example
White with #EC150A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC150A; }
p { color: rgb(236,21,10); }
H1.HeaderClassName
{
color: #EC150A;
}
.AnyTagClassName
{
color: #EC150A;
}
</style>
background-color css
<style>
a { background-color: #EC150A; }
a { background-color: rgb(236,21,10); }
div.DivClassName
{
background-color: #EC150A;
}
.BgClassName
{
background-color: #EC150A;
}
</style>
border-color css
<style>
span { border-color: #EC150A; }
span { border-color: rgb(236,21,10); }
td.TdClassName
{
border-color: #EC150A;
}
.TagClassName
{
border-color: #EC150A;
}
</style>