Shades of Orange Red #EF3707
Tints of Orange Red #EF3707
RGB
CMYK
RGB Variations
Color information
#EF3707 (or 0xEF3707) is known color: Orange Red. HEX triplet: EF, 37 and 07. RGB value is (239,55,7). Sum of RGB (Red+Green+Blue) = 239+55+7=301 (39% of max value = 765). Red value is 239 (93.75% from 255 or 79.40% from 301); Green value is 55 (21.88% from 255 or 18.27% from 301); Blue value is 7 (3.12% from 255 or 2.33% from 301); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3707 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3707 is #10C8F8. Grayscale: #686868. Windows color (decimal): -1100025 or 473071. OLE color: 473071.
HSL color Cylindrical-coordinate representation of color #EF3707: hue angle of 12.41º 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 #EF3707 is Cyan = 0, Magento = 0.77, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 55 | 7 | - |
| CMYK | 0 | 0.77 | 0.97 | 0.06 |
| HSL | 12.41º | 0.94% | 0.48% | - |
| HSV(B) | 12.41º | 0.97% | 0.94% | - |
| XYZ | 37 | 21.1 | 2.32 | - |
| YUV | 104.54 | 72.96 | 223.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 55 | 7 | 0 | 0.77 | 0.97 | 0.06 | 12.41 | 0.94 | 0.48 |
| Hex | EF | 37 | 7 | 0 | 4D | 61 | 6 | C | 5E | 30 |
| Octal | 357 | 67 | 7 | 0 | 115 | 141 | 6 | 14 | 136 | 60 |
| Binary | 11101111 | 110111 | 111 | 0 | 1001101 | 1100001 | 110 | 1100 | 1011110 | 110000 |
Color Harmonies of #EF3707
Complementary color
Monochromatic Colors of #EF3707
Black with #EF3707
Text Example
Text Example
White with #EF3707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3707; }
p { color: rgb(239,55,7); }
H1.HeaderClassName
{
color: #EF3707;
}
.AnyTagClassName
{
color: #EF3707;
}
</style>
background-color css
<style>
a { background-color: #EF3707; }
a { background-color: rgb(239,55,7); }
div.DivClassName
{
background-color: #EF3707;
}
.BgClassName
{
background-color: #EF3707;
}
</style>
border-color css
<style>
span { border-color: #EF3707; }
span { border-color: rgb(239,55,7); }
td.TdClassName
{
border-color: #EF3707;
}
.TagClassName
{
border-color: #EF3707;
}
</style>