Shades of Orange Red #EF3C00
Tints of Orange Red #EF3C00
RGB
CMYK
RGB Variations
Color information
#EF3C00 (or 0xEF3C00) is known color: Orange Red. HEX triplet: EF, 3C and 00. RGB value is (239,60,0). Sum of RGB (Red+Green+Blue) = 239+60+0=299 (39% of max value = 765). Red value is 239 (93.75% from 255 or 79.93% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 0 (0.39% from 255 or 0% from 299); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3C00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3C00 is #10C3FF. Grayscale: #6B6B6B. Windows color (decimal): -1098752 or 15599. OLE color: 15599.
HSL color Cylindrical-coordinate representation of color #EF3C00: hue angle of 15.06º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF3C00 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 60 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.06 |
| HSL | 15.06º | 1% | 0.47% | - |
| HSV(B) | 15.06º | 1% | 0.94% | - |
| XYZ | 37.21 | 21.58 | 2.2 | - |
| YUV | 106.68 | 67.8 | 222.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 60 | 0 | 0 | 0.75 | 1 | 0.06 | 15.06 | 1 | 0.47 |
| Hex | EF | 3C | 0 | 0 | 4B | 64 | 6 | F | 64 | 2F |
| Octal | 357 | 74 | 0 | 0 | 113 | 144 | 6 | 17 | 144 | 57 |
| Binary | 11101111 | 111100 | 0 | 0 | 1001011 | 1100100 | 110 | 1111 | 1100100 | 101111 |
Color Harmonies of #EF3C00
Complementary color
Monochromatic Colors of #EF3C00
Black with #EF3C00
Text Example
Text Example
White with #EF3C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3C00; }
p { color: rgb(239,60,0); }
H1.HeaderClassName
{
color: #EF3C00;
}
.AnyTagClassName
{
color: #EF3C00;
}
</style>
background-color css
<style>
a { background-color: #EF3C00; }
a { background-color: rgb(239,60,0); }
div.DivClassName
{
background-color: #EF3C00;
}
.BgClassName
{
background-color: #EF3C00;
}
</style>
border-color css
<style>
span { border-color: #EF3C00; }
span { border-color: rgb(239,60,0); }
td.TdClassName
{
border-color: #EF3C00;
}
.TagClassName
{
border-color: #EF3C00;
}
</style>