Shades of Orange Red #EC350A
Tints of Orange Red #EC350A
RGB
CMYK
RGB Variations
Color information
#EC350A (or 0xEC350A) is known color: Orange Red. HEX triplet: EC, 35 and 0A. RGB value is (236,53,10). Sum of RGB (Red+Green+Blue) = 236+53+10=299 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.93% from 299); Green value is 53 (21.09% from 255 or 17.73% from 299); Blue value is 10 (4.30% from 255 or 3.34% from 299); Max value from RGB is 236 - color contains mainly: red. Hex color #EC350A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC350A is #13CAF5. Grayscale: #676767. Windows color (decimal): -1297142 or 669164. OLE color: 669164.
HSL color Cylindrical-coordinate representation of color #EC350A: hue angle of 11.42º 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 #EC350A is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 53 | 10 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.07 |
| HSL | 11.42º | 0.92% | 0.48% | - |
| HSV(B) | 11.42º | 0.96% | 0.93% | - |
| XYZ | 35.92 | 20.4 | 2.33 | - |
| YUV | 102.82 | 75.63 | 223 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 53 | 10 | 0 | 0.78 | 0.96 | 0.07 | 11.42 | 0.92 | 0.48 |
| Hex | EC | 35 | A | 0 | 4E | 60 | 7 | B | 5C | 30 |
| Octal | 354 | 65 | 12 | 0 | 116 | 140 | 7 | 13 | 134 | 60 |
| Binary | 11101100 | 110101 | 1010 | 0 | 1001110 | 1100000 | 111 | 1011 | 1011100 | 110000 |
Color Harmonies of #EC350A
Complementary color
Monochromatic Colors of #EC350A
Black with #EC350A
Text Example
Text Example
White with #EC350A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC350A; }
p { color: rgb(236,53,10); }
H1.HeaderClassName
{
color: #EC350A;
}
.AnyTagClassName
{
color: #EC350A;
}
</style>
background-color css
<style>
a { background-color: #EC350A; }
a { background-color: rgb(236,53,10); }
div.DivClassName
{
background-color: #EC350A;
}
.BgClassName
{
background-color: #EC350A;
}
</style>
border-color css
<style>
span { border-color: #EC350A; }
span { border-color: rgb(236,53,10); }
td.TdClassName
{
border-color: #EC350A;
}
.TagClassName
{
border-color: #EC350A;
}
</style>