Shades of Orange Red #EC420F
Tints of Orange Red #EC420F
RGB
CMYK
RGB Variations
Color information
#EC420F (or 0xEC420F) is known color: Orange Red. HEX triplet: EC, 42 and 0F. RGB value is (236,66,15). Sum of RGB (Red+Green+Blue) = 236+66+15=317 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.45% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 15 (6.25% from 255 or 4.73% from 317); Max value from RGB is 236 - color contains mainly: red. Hex color #EC420F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC420F is #13BDF0. Grayscale: #6F6F6F. Windows color (decimal): -1293809 or 1000172. OLE color: 1000172.
HSL color Cylindrical-coordinate representation of color #EC420F: hue angle of 13.85º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC420F is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 66 | 15 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.07 |
| HSL | 13.85º | 0.88% | 0.49% | - |
| HSV(B) | 13.85º | 0.94% | 0.93% | - |
| XYZ | 36.63 | 21.76 | 2.72 | - |
| YUV | 111.02 | 73.82 | 217.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 66 | 15 | 0 | 0.72 | 0.94 | 0.07 | 13.85 | 0.88 | 0.49 |
| Hex | EC | 42 | F | 0 | 48 | 5E | 7 | E | 58 | 31 |
| Octal | 354 | 102 | 17 | 0 | 110 | 136 | 7 | 16 | 130 | 61 |
| Binary | 11101100 | 1000010 | 1111 | 0 | 1001000 | 1011110 | 111 | 1110 | 1011000 | 110001 |
Color Harmonies of #EC420F
Complementary color
Monochromatic Colors of #EC420F
Black with #EC420F
Text Example
Text Example
White with #EC420F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC420F; }
p { color: rgb(236,66,15); }
H1.HeaderClassName
{
color: #EC420F;
}
.AnyTagClassName
{
color: #EC420F;
}
</style>
background-color css
<style>
a { background-color: #EC420F; }
a { background-color: rgb(236,66,15); }
div.DivClassName
{
background-color: #EC420F;
}
.BgClassName
{
background-color: #EC420F;
}
</style>
border-color css
<style>
span { border-color: #EC420F; }
span { border-color: rgb(236,66,15); }
td.TdClassName
{
border-color: #EC420F;
}
.TagClassName
{
border-color: #EC420F;
}
</style>