Shades of Orange Red #EC4308
Tints of Orange Red #EC4308
RGB
CMYK
RGB Variations
Color information
#EC4308 (or 0xEC4308) is known color: Orange Red. HEX triplet: EC, 43 and 08. RGB value is (236,67,8). Sum of RGB (Red+Green+Blue) = 236+67+8=311 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.88% from 311); Green value is 67 (26.56% from 255 or 21.54% from 311); Blue value is 8 (3.52% from 255 or 2.57% from 311); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4308 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4308 is #13BCF7. Grayscale: #6F6F6F. Windows color (decimal): -1293560 or 541676. OLE color: 541676.
HSL color Cylindrical-coordinate representation of color #EC4308: hue angle of 15.53º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC4308 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 67 | 8 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.07 |
| HSL | 15.53º | 0.93% | 0.48% | - |
| HSV(B) | 15.53º | 0.97% | 0.93% | - |
| XYZ | 36.64 | 21.86 | 2.52 | - |
| YUV | 110.81 | 69.99 | 217.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 67 | 8 | 0 | 0.72 | 0.97 | 0.07 | 15.53 | 0.93 | 0.48 |
| Hex | EC | 43 | 8 | 0 | 48 | 61 | 7 | 10 | 5D | 30 |
| Octal | 354 | 103 | 10 | 0 | 110 | 141 | 7 | 20 | 135 | 60 |
| Binary | 11101100 | 1000011 | 1000 | 0 | 1001000 | 1100001 | 111 | 10000 | 1011101 | 110000 |
Color Harmonies of #EC4308
Complementary color
Monochromatic Colors of #EC4308
Black with #EC4308
Text Example
Text Example
White with #EC4308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4308; }
p { color: rgb(236,67,8); }
H1.HeaderClassName
{
color: #EC4308;
}
.AnyTagClassName
{
color: #EC4308;
}
</style>
background-color css
<style>
a { background-color: #EC4308; }
a { background-color: rgb(236,67,8); }
div.DivClassName
{
background-color: #EC4308;
}
.BgClassName
{
background-color: #EC4308;
}
</style>
border-color css
<style>
span { border-color: #EC4308; }
span { border-color: rgb(236,67,8); }
td.TdClassName
{
border-color: #EC4308;
}
.TagClassName
{
border-color: #EC4308;
}
</style>