Shades of Orange Red #EF3F0D
Tints of Orange Red #EF3F0D
RGB
CMYK
RGB Variations
Color information
#EF3F0D (or 0xEF3F0D) is known color: Orange Red. HEX triplet: EF, 3F and 0D. RGB value is (239,63,13). Sum of RGB (Red+Green+Blue) = 239+63+13=315 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.87% from 315); Green value is 63 (25% from 255 or 20% from 315); Blue value is 13 (5.47% from 255 or 4.13% from 315); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3F0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3F0D is #10C0F2. Grayscale: #6E6E6E. Windows color (decimal): -1097971 or 868335. OLE color: 868335.
HSL color Cylindrical-coordinate representation of color #EF3F0D: hue angle of 13.27º 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 #EF3F0D is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 63 | 13 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.06 |
| HSL | 13.27º | 0.9% | 0.49% | - |
| HSV(B) | 13.27º | 0.95% | 0.94% | - |
| XYZ | 37.45 | 21.93 | 2.64 | - |
| YUV | 109.92 | 73.31 | 220.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 63 | 13 | 0 | 0.74 | 0.95 | 0.06 | 13.27 | 0.9 | 0.49 |
| Hex | EF | 3F | D | 0 | 4A | 5F | 6 | D | 5A | 31 |
| Octal | 357 | 77 | 15 | 0 | 112 | 137 | 6 | 15 | 132 | 61 |
| Binary | 11101111 | 111111 | 1101 | 0 | 1001010 | 1011111 | 110 | 1101 | 1011010 | 110001 |
Color Harmonies of #EF3F0D
Complementary color
Monochromatic Colors of #EF3F0D
Black with #EF3F0D
Text Example
Text Example
White with #EF3F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3F0D; }
p { color: rgb(239,63,13); }
H1.HeaderClassName
{
color: #EF3F0D;
}
.AnyTagClassName
{
color: #EF3F0D;
}
</style>
background-color css
<style>
a { background-color: #EF3F0D; }
a { background-color: rgb(239,63,13); }
div.DivClassName
{
background-color: #EF3F0D;
}
.BgClassName
{
background-color: #EF3F0D;
}
</style>
border-color css
<style>
span { border-color: #EF3F0D; }
span { border-color: rgb(239,63,13); }
td.TdClassName
{
border-color: #EF3F0D;
}
.TagClassName
{
border-color: #EF3F0D;
}
</style>