Shades of Scarlet #EC2A0A
Tints of Scarlet #EC2A0A
RGB
CMYK
RGB Variations
Color information
#EC2A0A (or 0xEC2A0A) is known color: Scarlet. HEX triplet: EC, 2A and 0A. RGB value is (236,42,10). Sum of RGB (Red+Green+Blue) = 236+42+10=288 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.94% from 288); Green value is 42 (16.80% from 255 or 14.58% from 288); Blue value is 10 (4.30% from 255 or 3.47% from 288); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2A0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2A0A is #13D5F5. Grayscale: #606060. Windows color (decimal): -1299958 or 666348. OLE color: 666348.
HSL color Cylindrical-coordinate representation of color #EC2A0A: hue angle of 8.5º 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 #EC2A0A is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 42 | 10 | - |
| CMYK | 0 | 0.82 | 0.96 | 0.07 |
| HSL | 8.5º | 0.92% | 0.48% | - |
| HSV(B) | 8.5º | 0.96% | 0.93% | - |
| XYZ | 35.47 | 19.51 | 2.18 | - |
| YUV | 96.36 | 79.27 | 227.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 42 | 10 | 0 | 0.82 | 0.96 | 0.07 | 8.5 | 0.92 | 0.48 |
| Hex | EC | 2A | A | 0 | 52 | 60 | 7 | 8 | 5C | 30 |
| Octal | 354 | 52 | 12 | 0 | 122 | 140 | 7 | 10 | 134 | 60 |
| Binary | 11101100 | 101010 | 1010 | 0 | 1010010 | 1100000 | 111 | 1000 | 1011100 | 110000 |
Color Harmonies of #EC2A0A
Complementary color
Monochromatic Colors of #EC2A0A
Black with #EC2A0A
Text Example
Text Example
White with #EC2A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2A0A; }
p { color: rgb(236,42,10); }
H1.HeaderClassName
{
color: #EC2A0A;
}
.AnyTagClassName
{
color: #EC2A0A;
}
</style>
background-color css
<style>
a { background-color: #EC2A0A; }
a { background-color: rgb(236,42,10); }
div.DivClassName
{
background-color: #EC2A0A;
}
.BgClassName
{
background-color: #EC2A0A;
}
</style>
border-color css
<style>
span { border-color: #EC2A0A; }
span { border-color: rgb(236,42,10); }
td.TdClassName
{
border-color: #EC2A0A;
}
.TagClassName
{
border-color: #EC2A0A;
}
</style>