Shades of Orange Red #EF3A09
Tints of Orange Red #EF3A09
RGB
CMYK
RGB Variations
Color information
#EF3A09 (or 0xEF3A09) is known color: Orange Red. HEX triplet: EF, 3A and 09. RGB value is (239,58,9). Sum of RGB (Red+Green+Blue) = 239+58+9=306 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.10% from 306); Green value is 58 (23.05% from 255 or 18.95% from 306); Blue value is 9 (3.91% from 255 or 2.94% from 306); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3A09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3A09 is #10C5F6. Grayscale: #6A6A6A. Windows color (decimal): -1099255 or 604911. OLE color: 604911.
HSL color Cylindrical-coordinate representation of color #EF3A09: hue angle of 12.78º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF3A09 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 58 | 9 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.06 |
| HSL | 12.78º | 0.93% | 0.49% | - |
| HSV(B) | 12.78º | 0.96% | 0.94% | - |
| XYZ | 37.16 | 21.4 | 2.43 | - |
| YUV | 106.53 | 72.97 | 222.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 58 | 9 | 0 | 0.76 | 0.96 | 0.06 | 12.78 | 0.93 | 0.49 |
| Hex | EF | 3A | 9 | 0 | 4C | 60 | 6 | D | 5D | 31 |
| Octal | 357 | 72 | 11 | 0 | 114 | 140 | 6 | 15 | 135 | 61 |
| Binary | 11101111 | 111010 | 1001 | 0 | 1001100 | 1100000 | 110 | 1101 | 1011101 | 110001 |
Color Harmonies of #EF3A09
Complementary color
Monochromatic Colors of #EF3A09
Black with #EF3A09
Text Example
Text Example
White with #EF3A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3A09; }
p { color: rgb(239,58,9); }
H1.HeaderClassName
{
color: #EF3A09;
}
.AnyTagClassName
{
color: #EF3A09;
}
</style>
background-color css
<style>
a { background-color: #EF3A09; }
a { background-color: rgb(239,58,9); }
div.DivClassName
{
background-color: #EF3A09;
}
.BgClassName
{
background-color: #EF3A09;
}
</style>
border-color css
<style>
span { border-color: #EF3A09; }
span { border-color: rgb(239,58,9); }
td.TdClassName
{
border-color: #EF3A09;
}
.TagClassName
{
border-color: #EF3A09;
}
</style>