Shades of Orange Red #EF3F04
Tints of Orange Red #EF3F04
RGB
CMYK
RGB Variations
Color information
#EF3F04 (or 0xEF3F04) is known color: Orange Red. HEX triplet: EF, 3F and 04. RGB value is (239,63,4). Sum of RGB (Red+Green+Blue) = 239+63+4=306 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.10% from 306); Green value is 63 (25% from 255 or 20.59% from 306); Blue value is 4 (1.95% from 255 or 1.31% from 306); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3F04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3F04 is #10C0FB. Grayscale: #6D6D6D. Windows color (decimal): -1097980 or 278511. OLE color: 278511.
HSL color Cylindrical-coordinate representation of color #EF3F04: hue angle of 15.06º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF3F04 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 63 | 4 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.06 |
| HSL | 15.06º | 0.97% | 0.48% | - |
| HSV(B) | 15.06º | 0.98% | 0.94% | - |
| XYZ | 37.4 | 21.91 | 2.37 | - |
| YUV | 108.9 | 68.81 | 220.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 63 | 4 | 0 | 0.74 | 0.98 | 0.06 | 15.06 | 0.97 | 0.48 |
| Hex | EF | 3F | 4 | 0 | 4A | 62 | 6 | F | 61 | 30 |
| Octal | 357 | 77 | 4 | 0 | 112 | 142 | 6 | 17 | 141 | 60 |
| Binary | 11101111 | 111111 | 100 | 0 | 1001010 | 1100010 | 110 | 1111 | 1100001 | 110000 |
Color Harmonies of #EF3F04
Complementary color
Monochromatic Colors of #EF3F04
Black with #EF3F04
Text Example
Text Example
White with #EF3F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3F04; }
p { color: rgb(239,63,4); }
H1.HeaderClassName
{
color: #EF3F04;
}
.AnyTagClassName
{
color: #EF3F04;
}
</style>
background-color css
<style>
a { background-color: #EF3F04; }
a { background-color: rgb(239,63,4); }
div.DivClassName
{
background-color: #EF3F04;
}
.BgClassName
{
background-color: #EF3F04;
}
</style>
border-color css
<style>
span { border-color: #EF3F04; }
span { border-color: rgb(239,63,4); }
td.TdClassName
{
border-color: #EF3F04;
}
.TagClassName
{
border-color: #EF3F04;
}
</style>