Shades of Orange Red #EF4108
Tints of Orange Red #EF4108
RGB
CMYK
RGB Variations
Color information
#EF4108 (or 0xEF4108) is known color: Orange Red. HEX triplet: EF, 41 and 08. RGB value is (239,65,8). Sum of RGB (Red+Green+Blue) = 239+65+8=312 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.60% from 312); Green value is 65 (25.78% from 255 or 20.83% from 312); Blue value is 8 (3.52% from 255 or 2.56% from 312); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4108 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4108 is #10BEF7. Grayscale: #6E6E6E. Windows color (decimal): -1097464 or 541167. OLE color: 541167.
HSL color Cylindrical-coordinate representation of color #EF4108: hue angle of 14.81º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF4108 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 65 | 8 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.06 |
| HSL | 14.81º | 0.94% | 0.48% | - |
| HSV(B) | 14.81º | 0.97% | 0.94% | - |
| XYZ | 37.53 | 22.15 | 2.53 | - |
| YUV | 110.53 | 70.15 | 219.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 65 | 8 | 0 | 0.73 | 0.97 | 0.06 | 14.81 | 0.94 | 0.48 |
| Hex | EF | 41 | 8 | 0 | 49 | 61 | 6 | F | 5E | 30 |
| Octal | 357 | 101 | 10 | 0 | 111 | 141 | 6 | 17 | 136 | 60 |
| Binary | 11101111 | 1000001 | 1000 | 0 | 1001001 | 1100001 | 110 | 1111 | 1011110 | 110000 |
Color Harmonies of #EF4108
Complementary color
Monochromatic Colors of #EF4108
Black with #EF4108
Text Example
Text Example
White with #EF4108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4108; }
p { color: rgb(239,65,8); }
H1.HeaderClassName
{
color: #EF4108;
}
.AnyTagClassName
{
color: #EF4108;
}
</style>
background-color css
<style>
a { background-color: #EF4108; }
a { background-color: rgb(239,65,8); }
div.DivClassName
{
background-color: #EF4108;
}
.BgClassName
{
background-color: #EF4108;
}
</style>
border-color css
<style>
span { border-color: #EF4108; }
span { border-color: rgb(239,65,8); }
td.TdClassName
{
border-color: #EF4108;
}
.TagClassName
{
border-color: #EF4108;
}
</style>