Shades of Scarlet #EC2D0A
Tints of Scarlet #EC2D0A
RGB
CMYK
RGB Variations
Color information
#EC2D0A (or 0xEC2D0A) is known color: Scarlet. HEX triplet: EC, 2D and 0A. RGB value is (236,45,10). Sum of RGB (Red+Green+Blue) = 236+45+10=291 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.10% from 291); Green value is 45 (17.97% from 255 or 15.46% from 291); Blue value is 10 (4.30% from 255 or 3.44% from 291); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2D0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2D0A is #13D2F5. Grayscale: #626262. Windows color (decimal): -1299190 or 667116. OLE color: 667116.
HSL color Cylindrical-coordinate representation of color #EC2D0A: hue angle of 9.29º 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 #EC2D0A is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 45 | 10 | - |
| CMYK | 0 | 0.81 | 0.96 | 0.07 |
| HSL | 9.29º | 0.92% | 0.48% | - |
| HSV(B) | 9.29º | 0.96% | 0.93% | - |
| XYZ | 35.59 | 19.73 | 2.22 | - |
| YUV | 98.12 | 78.28 | 226.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 45 | 10 | 0 | 0.81 | 0.96 | 0.07 | 9.29 | 0.92 | 0.48 |
| Hex | EC | 2D | A | 0 | 51 | 60 | 7 | 9 | 5C | 30 |
| Octal | 354 | 55 | 12 | 0 | 121 | 140 | 7 | 11 | 134 | 60 |
| Binary | 11101100 | 101101 | 1010 | 0 | 1010001 | 1100000 | 111 | 1001 | 1011100 | 110000 |
Color Harmonies of #EC2D0A
Complementary color
Monochromatic Colors of #EC2D0A
Black with #EC2D0A
Text Example
Text Example
White with #EC2D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2D0A; }
p { color: rgb(236,45,10); }
H1.HeaderClassName
{
color: #EC2D0A;
}
.AnyTagClassName
{
color: #EC2D0A;
}
</style>
background-color css
<style>
a { background-color: #EC2D0A; }
a { background-color: rgb(236,45,10); }
div.DivClassName
{
background-color: #EC2D0A;
}
.BgClassName
{
background-color: #EC2D0A;
}
</style>
border-color css
<style>
span { border-color: #EC2D0A; }
span { border-color: rgb(236,45,10); }
td.TdClassName
{
border-color: #EC2D0A;
}
.TagClassName
{
border-color: #EC2D0A;
}
</style>