Shades of Orange Red #EC3F06
Tints of Orange Red #EC3F06
RGB
CMYK
RGB Variations
Color information
#EC3F06 (or 0xEC3F06) is known color: Orange Red. HEX triplet: EC, 3F and 06. RGB value is (236,63,6). Sum of RGB (Red+Green+Blue) = 236+63+6=305 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.38% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 6 (2.73% from 255 or 1.97% from 305); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3F06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3F06 is #13C0F9. Grayscale: #6C6C6C. Windows color (decimal): -1294586 or 409580. OLE color: 409580.
HSL color Cylindrical-coordinate representation of color #EC3F06: hue angle of 14.87º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC3F06 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 63 | 6 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.07 |
| HSL | 14.87º | 0.95% | 0.47% | - |
| HSV(B) | 14.87º | 0.97% | 0.93% | - |
| XYZ | 36.4 | 21.4 | 2.38 | - |
| YUV | 108.23 | 70.31 | 219.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 63 | 6 | 0 | 0.73 | 0.97 | 0.07 | 14.87 | 0.95 | 0.47 |
| Hex | EC | 3F | 6 | 0 | 49 | 61 | 7 | F | 5F | 2F |
| Octal | 354 | 77 | 6 | 0 | 111 | 141 | 7 | 17 | 137 | 57 |
| Binary | 11101100 | 111111 | 110 | 0 | 1001001 | 1100001 | 111 | 1111 | 1011111 | 101111 |
Color Harmonies of #EC3F06
Complementary color
Monochromatic Colors of #EC3F06
Black with #EC3F06
Text Example
Text Example
White with #EC3F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3F06; }
p { color: rgb(236,63,6); }
H1.HeaderClassName
{
color: #EC3F06;
}
.AnyTagClassName
{
color: #EC3F06;
}
</style>
background-color css
<style>
a { background-color: #EC3F06; }
a { background-color: rgb(236,63,6); }
div.DivClassName
{
background-color: #EC3F06;
}
.BgClassName
{
background-color: #EC3F06;
}
</style>
border-color css
<style>
span { border-color: #EC3F06; }
span { border-color: rgb(236,63,6); }
td.TdClassName
{
border-color: #EC3F06;
}
.TagClassName
{
border-color: #EC3F06;
}
</style>