Shades of Orange Red #EC450A
Tints of Orange Red #EC450A
RGB
CMYK
RGB Variations
Color information
#EC450A (or 0xEC450A) is known color: Orange Red. HEX triplet: EC, 45 and 0A. RGB value is (236,69,10). Sum of RGB (Red+Green+Blue) = 236+69+10=315 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.92% from 315); Green value is 69 (27.34% from 255 or 21.90% from 315); Blue value is 10 (4.30% from 255 or 3.17% from 315); Max value from RGB is 236 - color contains mainly: red. Hex color #EC450A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC450A is #13BAF5. Grayscale: #707070. Windows color (decimal): -1293046 or 673260. OLE color: 673260.
HSL color Cylindrical-coordinate representation of color #EC450A: hue angle of 15.66º 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 #EC450A is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 10 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.07 |
| HSL | 15.66º | 0.92% | 0.48% | - |
| HSV(B) | 15.66º | 0.96% | 0.93% | - |
| XYZ | 36.77 | 22.11 | 2.62 | - |
| YUV | 112.21 | 70.33 | 216.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 10 | 0 | 0.71 | 0.96 | 0.07 | 15.66 | 0.92 | 0.48 |
| Hex | EC | 45 | A | 0 | 47 | 60 | 7 | 10 | 5C | 30 |
| Octal | 354 | 105 | 12 | 0 | 107 | 140 | 7 | 20 | 134 | 60 |
| Binary | 11101100 | 1000101 | 1010 | 0 | 1000111 | 1100000 | 111 | 10000 | 1011100 | 110000 |
Color Harmonies of #EC450A
Complementary color
Monochromatic Colors of #EC450A
Black with #EC450A
Text Example
Text Example
White with #EC450A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC450A; }
p { color: rgb(236,69,10); }
H1.HeaderClassName
{
color: #EC450A;
}
.AnyTagClassName
{
color: #EC450A;
}
</style>
background-color css
<style>
a { background-color: #EC450A; }
a { background-color: rgb(236,69,10); }
div.DivClassName
{
background-color: #EC450A;
}
.BgClassName
{
background-color: #EC450A;
}
</style>
border-color css
<style>
span { border-color: #EC450A; }
span { border-color: rgb(236,69,10); }
td.TdClassName
{
border-color: #EC450A;
}
.TagClassName
{
border-color: #EC450A;
}
</style>