Shades of Orange Red #EC4104
Tints of Orange Red #EC4104
RGB
CMYK
RGB Variations
Color information
#EC4104 (or 0xEC4104) is known color: Orange Red. HEX triplet: EC, 41 and 04. RGB value is (236,65,4). Sum of RGB (Red+Green+Blue) = 236+65+4=305 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.38% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 4 (1.95% from 255 or 1.31% from 305); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4104 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4104 is #13BEFB. Grayscale: #6D6D6D. Windows color (decimal): -1294076 or 279020. OLE color: 279020.
HSL color Cylindrical-coordinate representation of color #EC4104: hue angle of 15.78º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC4104 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 4 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.07 |
| HSL | 15.78º | 0.97% | 0.47% | - |
| HSV(B) | 15.78º | 0.98% | 0.93% | - |
| XYZ | 36.5 | 21.62 | 2.36 | - |
| YUV | 109.18 | 68.65 | 218.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 4 | 0 | 0.72 | 0.98 | 0.07 | 15.78 | 0.97 | 0.47 |
| Hex | EC | 41 | 4 | 0 | 48 | 62 | 7 | 10 | 61 | 2F |
| Octal | 354 | 101 | 4 | 0 | 110 | 142 | 7 | 20 | 141 | 57 |
| Binary | 11101100 | 1000001 | 100 | 0 | 1001000 | 1100010 | 111 | 10000 | 1100001 | 101111 |
Color Harmonies of #EC4104
Complementary color
Monochromatic Colors of #EC4104
Black with #EC4104
Text Example
Text Example
White with #EC4104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4104; }
p { color: rgb(236,65,4); }
H1.HeaderClassName
{
color: #EC4104;
}
.AnyTagClassName
{
color: #EC4104;
}
</style>
background-color css
<style>
a { background-color: #EC4104; }
a { background-color: rgb(236,65,4); }
div.DivClassName
{
background-color: #EC4104;
}
.BgClassName
{
background-color: #EC4104;
}
</style>
border-color css
<style>
span { border-color: #EC4104; }
span { border-color: rgb(236,65,4); }
td.TdClassName
{
border-color: #EC4104;
}
.TagClassName
{
border-color: #EC4104;
}
</style>