Shades of Orange Red #EF3A0D
Tints of Orange Red #EF3A0D
RGB
CMYK
RGB Variations
Color information
#EF3A0D (or 0xEF3A0D) is known color: Orange Red. HEX triplet: EF, 3A and 0D. RGB value is (239,58,13). Sum of RGB (Red+Green+Blue) = 239+58+13=310 (41% of max value = 765). Red value is 239 (93.75% from 255 or 77.10% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 13 (5.47% from 255 or 4.19% from 310); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3A0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3A0D is #10C5F2. Grayscale: #6B6B6B. Windows color (decimal): -1099251 or 867055. OLE color: 867055.
HSL color Cylindrical-coordinate representation of color #EF3A0D: hue angle of 11.95º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF3A0D is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 58 | 13 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.06 |
| HSL | 11.95º | 0.9% | 0.49% | - |
| HSV(B) | 11.95º | 0.95% | 0.94% | - |
| XYZ | 37.18 | 21.41 | 2.55 | - |
| YUV | 106.99 | 74.97 | 222.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 58 | 13 | 0 | 0.76 | 0.95 | 0.06 | 11.95 | 0.9 | 0.49 |
| Hex | EF | 3A | D | 0 | 4C | 5F | 6 | C | 5A | 31 |
| Octal | 357 | 72 | 15 | 0 | 114 | 137 | 6 | 14 | 132 | 61 |
| Binary | 11101111 | 111010 | 1101 | 0 | 1001100 | 1011111 | 110 | 1100 | 1011010 | 110001 |
Color Harmonies of #EF3A0D
Complementary color
Monochromatic Colors of #EF3A0D
Black with #EF3A0D
Text Example
Text Example
White with #EF3A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3A0D; }
p { color: rgb(239,58,13); }
H1.HeaderClassName
{
color: #EF3A0D;
}
.AnyTagClassName
{
color: #EF3A0D;
}
</style>
background-color css
<style>
a { background-color: #EF3A0D; }
a { background-color: rgb(239,58,13); }
div.DivClassName
{
background-color: #EF3A0D;
}
.BgClassName
{
background-color: #EF3A0D;
}
</style>
border-color css
<style>
span { border-color: #EF3A0D; }
span { border-color: rgb(239,58,13); }
td.TdClassName
{
border-color: #EF3A0D;
}
.TagClassName
{
border-color: #EF3A0D;
}
</style>