Shades of Orange Red #EF3F09
Tints of Orange Red #EF3F09
RGB
CMYK
RGB Variations
Color information
#EF3F09 (or 0xEF3F09) is known color: Orange Red. HEX triplet: EF, 3F and 09. RGB value is (239,63,9). Sum of RGB (Red+Green+Blue) = 239+63+9=311 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.85% from 311); Green value is 63 (25% from 255 or 20.26% from 311); Blue value is 9 (3.91% from 255 or 2.89% from 311); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3F09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3F09 is #10C0F6. Grayscale: #6D6D6D. Windows color (decimal): -1097975 or 606191. OLE color: 606191.
HSL color Cylindrical-coordinate representation of color #EF3F09: hue angle of 14.09º 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 #EF3F09 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 63 | 9 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.06 |
| HSL | 14.09º | 0.93% | 0.49% | - |
| HSV(B) | 14.09º | 0.96% | 0.94% | - |
| XYZ | 37.42 | 21.93 | 2.52 | - |
| YUV | 109.47 | 71.31 | 220.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 63 | 9 | 0 | 0.74 | 0.96 | 0.06 | 14.09 | 0.93 | 0.49 |
| Hex | EF | 3F | 9 | 0 | 4A | 60 | 6 | E | 5D | 31 |
| Octal | 357 | 77 | 11 | 0 | 112 | 140 | 6 | 16 | 135 | 61 |
| Binary | 11101111 | 111111 | 1001 | 0 | 1001010 | 1100000 | 110 | 1110 | 1011101 | 110001 |
Color Harmonies of #EF3F09
Complementary color
Monochromatic Colors of #EF3F09
Black with #EF3F09
Text Example
Text Example
White with #EF3F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3F09; }
p { color: rgb(239,63,9); }
H1.HeaderClassName
{
color: #EF3F09;
}
.AnyTagClassName
{
color: #EF3F09;
}
</style>
background-color css
<style>
a { background-color: #EF3F09; }
a { background-color: rgb(239,63,9); }
div.DivClassName
{
background-color: #EF3F09;
}
.BgClassName
{
background-color: #EF3F09;
}
</style>
border-color css
<style>
span { border-color: #EF3F09; }
span { border-color: rgb(239,63,9); }
td.TdClassName
{
border-color: #EF3F09;
}
.TagClassName
{
border-color: #EF3F09;
}
</style>