Shades of Orange Red #EF3C0F
Tints of Orange Red #EF3C0F
RGB
CMYK
RGB Variations
Color information
#EF3C0F (or 0xEF3C0F) is known color: Orange Red. HEX triplet: EF, 3C and 0F. RGB value is (239,60,15). Sum of RGB (Red+Green+Blue) = 239+60+15=314 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.11% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 15 (6.25% from 255 or 4.78% from 314); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3C0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3C0F is #10C3F0. Grayscale: #6C6C6C. Windows color (decimal): -1098737 or 998639. OLE color: 998639.
HSL color Cylindrical-coordinate representation of color #EF3C0F: hue angle of 12.05º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF3C0F is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 60 | 15 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.06 |
| HSL | 12.05º | 0.88% | 0.5% | - |
| HSV(B) | 12.05º | 0.94% | 0.94% | - |
| XYZ | 37.3 | 21.62 | 2.66 | - |
| YUV | 108.39 | 75.3 | 221.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 60 | 15 | 0 | 0.75 | 0.94 | 0.06 | 12.05 | 0.88 | 0.5 |
| Hex | EF | 3C | F | 0 | 4B | 5E | 6 | C | 58 | 32 |
| Octal | 357 | 74 | 17 | 0 | 113 | 136 | 6 | 14 | 130 | 62 |
| Binary | 11101111 | 111100 | 1111 | 0 | 1001011 | 1011110 | 110 | 1100 | 1011000 | 110010 |
Color Harmonies of #EF3C0F
Complementary color
Monochromatic Colors of #EF3C0F
Black with #EF3C0F
Text Example
Text Example
White with #EF3C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3C0F; }
p { color: rgb(239,60,15); }
H1.HeaderClassName
{
color: #EF3C0F;
}
.AnyTagClassName
{
color: #EF3C0F;
}
</style>
background-color css
<style>
a { background-color: #EF3C0F; }
a { background-color: rgb(239,60,15); }
div.DivClassName
{
background-color: #EF3C0F;
}
.BgClassName
{
background-color: #EF3C0F;
}
</style>
border-color css
<style>
span { border-color: #EF3C0F; }
span { border-color: rgb(239,60,15); }
td.TdClassName
{
border-color: #EF3C0F;
}
.TagClassName
{
border-color: #EF3C0F;
}
</style>