Shades of Orange Red #EF3C09
Tints of Orange Red #EF3C09
RGB
CMYK
RGB Variations
Color information
#EF3C09 (or 0xEF3C09) is known color: Orange Red. HEX triplet: EF, 3C and 09. RGB value is (239,60,9). Sum of RGB (Red+Green+Blue) = 239+60+9=308 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.60% from 308); Green value is 60 (23.83% from 255 or 19.48% from 308); Blue value is 9 (3.91% from 255 or 2.92% from 308); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3C09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3C09 is #10C3F6. Grayscale: #6C6C6C. Windows color (decimal): -1098743 or 605423. OLE color: 605423.
HSL color Cylindrical-coordinate representation of color #EF3C09: hue angle of 13.3º 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 #EF3C09 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 60 | 9 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.06 |
| HSL | 13.3º | 0.93% | 0.49% | - |
| HSV(B) | 13.3º | 0.96% | 0.94% | - |
| XYZ | 37.26 | 21.6 | 2.46 | - |
| YUV | 107.71 | 72.3 | 221.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 60 | 9 | 0 | 0.75 | 0.96 | 0.06 | 13.3 | 0.93 | 0.49 |
| Hex | EF | 3C | 9 | 0 | 4B | 60 | 6 | D | 5D | 31 |
| Octal | 357 | 74 | 11 | 0 | 113 | 140 | 6 | 15 | 135 | 61 |
| Binary | 11101111 | 111100 | 1001 | 0 | 1001011 | 1100000 | 110 | 1101 | 1011101 | 110001 |
Color Harmonies of #EF3C09
Complementary color
Monochromatic Colors of #EF3C09
Black with #EF3C09
Text Example
Text Example
White with #EF3C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3C09; }
p { color: rgb(239,60,9); }
H1.HeaderClassName
{
color: #EF3C09;
}
.AnyTagClassName
{
color: #EF3C09;
}
</style>
background-color css
<style>
a { background-color: #EF3C09; }
a { background-color: rgb(239,60,9); }
div.DivClassName
{
background-color: #EF3C09;
}
.BgClassName
{
background-color: #EF3C09;
}
</style>
border-color css
<style>
span { border-color: #EF3C09; }
span { border-color: rgb(239,60,9); }
td.TdClassName
{
border-color: #EF3C09;
}
.TagClassName
{
border-color: #EF3C09;
}
</style>