Shades of Orange Red #EF4407
Tints of Orange Red #EF4407
RGB
CMYK
RGB Variations
Color information
#EF4407 (or 0xEF4407) is known color: Orange Red. HEX triplet: EF, 44 and 07. RGB value is (239,68,7). Sum of RGB (Red+Green+Blue) = 239+68+7=314 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.11% from 314); Green value is 68 (26.95% from 255 or 21.66% from 314); Blue value is 7 (3.12% from 255 or 2.23% from 314); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4407 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4407 is #10BBF8. Grayscale: #707070. Windows color (decimal): -1096697 or 476399. OLE color: 476399.
HSL color Cylindrical-coordinate representation of color #EF4407: hue angle of 15.78º 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 #EF4407 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 68 | 7 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.06 |
| HSL | 15.78º | 0.94% | 0.48% | - |
| HSV(B) | 15.78º | 0.97% | 0.94% | - |
| XYZ | 37.7 | 22.5 | 2.56 | - |
| YUV | 112.18 | 68.65 | 218.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 68 | 7 | 0 | 0.72 | 0.97 | 0.06 | 15.78 | 0.94 | 0.48 |
| Hex | EF | 44 | 7 | 0 | 48 | 61 | 6 | 10 | 5E | 30 |
| Octal | 357 | 104 | 7 | 0 | 110 | 141 | 6 | 20 | 136 | 60 |
| Binary | 11101111 | 1000100 | 111 | 0 | 1001000 | 1100001 | 110 | 10000 | 1011110 | 110000 |
Color Harmonies of #EF4407
Complementary color
Monochromatic Colors of #EF4407
Black with #EF4407
Text Example
Text Example
White with #EF4407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4407; }
p { color: rgb(239,68,7); }
H1.HeaderClassName
{
color: #EF4407;
}
.AnyTagClassName
{
color: #EF4407;
}
</style>
background-color css
<style>
a { background-color: #EF4407; }
a { background-color: rgb(239,68,7); }
div.DivClassName
{
background-color: #EF4407;
}
.BgClassName
{
background-color: #EF4407;
}
</style>
border-color css
<style>
span { border-color: #EF4407; }
span { border-color: rgb(239,68,7); }
td.TdClassName
{
border-color: #EF4407;
}
.TagClassName
{
border-color: #EF4407;
}
</style>