Shades of Orange Red #EC3E08
Tints of Orange Red #EC3E08
RGB
CMYK
RGB Variations
Color information
#EC3E08 (or 0xEC3E08) is known color: Orange Red. HEX triplet: EC, 3E and 08. RGB value is (236,62,8). Sum of RGB (Red+Green+Blue) = 236+62+8=306 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.12% from 306); Green value is 62 (24.61% from 255 or 20.26% from 306); Blue value is 8 (3.52% from 255 or 2.61% from 306); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3E08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3E08 is #13C1F7. Grayscale: #6C6C6C. Windows color (decimal): -1294840 or 540396. OLE color: 540396.
HSL color Cylindrical-coordinate representation of color #EC3E08: hue angle of 14.21º 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 #EC3E08 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 62 | 8 | - |
| CMYK | 0 | 0.74 | 0.97 | 0.07 |
| HSL | 14.21º | 0.93% | 0.48% | - |
| HSV(B) | 14.21º | 0.97% | 0.93% | - |
| XYZ | 36.36 | 21.3 | 2.42 | - |
| YUV | 107.87 | 71.65 | 219.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 62 | 8 | 0 | 0.74 | 0.97 | 0.07 | 14.21 | 0.93 | 0.48 |
| Hex | EC | 3E | 8 | 0 | 4A | 61 | 7 | E | 5D | 30 |
| Octal | 354 | 76 | 10 | 0 | 112 | 141 | 7 | 16 | 135 | 60 |
| Binary | 11101100 | 111110 | 1000 | 0 | 1001010 | 1100001 | 111 | 1110 | 1011101 | 110000 |
Color Harmonies of #EC3E08
Complementary color
Monochromatic Colors of #EC3E08
Black with #EC3E08
Text Example
Text Example
White with #EC3E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3E08; }
p { color: rgb(236,62,8); }
H1.HeaderClassName
{
color: #EC3E08;
}
.AnyTagClassName
{
color: #EC3E08;
}
</style>
background-color css
<style>
a { background-color: #EC3E08; }
a { background-color: rgb(236,62,8); }
div.DivClassName
{
background-color: #EC3E08;
}
.BgClassName
{
background-color: #EC3E08;
}
</style>
border-color css
<style>
span { border-color: #EC3E08; }
span { border-color: rgb(236,62,8); }
td.TdClassName
{
border-color: #EC3E08;
}
.TagClassName
{
border-color: #EC3E08;
}
</style>