Shades of Orange Red #EF400B
Tints of Orange Red #EF400B
RGB
CMYK
RGB Variations
Color information
#EF400B (or 0xEF400B) is known color: Orange Red. HEX triplet: EF, 40 and 0B. RGB value is (239,64,11). Sum of RGB (Red+Green+Blue) = 239+64+11=314 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.11% from 314); Green value is 64 (25.39% from 255 or 20.38% from 314); Blue value is 11 (4.69% from 255 or 3.50% from 314); Max value from RGB is 239 - color contains mainly: red. Hex color #EF400B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF400B is #10BFF4. Grayscale: #6E6E6E. Windows color (decimal): -1097717 or 737519. OLE color: 737519.
HSL color Cylindrical-coordinate representation of color #EF400B: hue angle of 13.95º degrees, saturation: 0.91, 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 #EF400B is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 64 | 11 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.06 |
| HSL | 13.95º | 0.91% | 0.49% | - |
| HSV(B) | 13.95º | 0.95% | 0.94% | - |
| XYZ | 37.49 | 22.04 | 2.6 | - |
| YUV | 110.28 | 71.98 | 219.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 64 | 11 | 0 | 0.73 | 0.95 | 0.06 | 13.95 | 0.91 | 0.49 |
| Hex | EF | 40 | B | 0 | 49 | 5F | 6 | E | 5B | 31 |
| Octal | 357 | 100 | 13 | 0 | 111 | 137 | 6 | 16 | 133 | 61 |
| Binary | 11101111 | 1000000 | 1011 | 0 | 1001001 | 1011111 | 110 | 1110 | 1011011 | 110001 |
Color Harmonies of #EF400B
Complementary color
Monochromatic Colors of #EF400B
Black with #EF400B
Text Example
Text Example
White with #EF400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF400B; }
p { color: rgb(239,64,11); }
H1.HeaderClassName
{
color: #EF400B;
}
.AnyTagClassName
{
color: #EF400B;
}
</style>
background-color css
<style>
a { background-color: #EF400B; }
a { background-color: rgb(239,64,11); }
div.DivClassName
{
background-color: #EF400B;
}
.BgClassName
{
background-color: #EF400B;
}
</style>
border-color css
<style>
span { border-color: #EF400B; }
span { border-color: rgb(239,64,11); }
td.TdClassName
{
border-color: #EF400B;
}
.TagClassName
{
border-color: #EF400B;
}
</style>