Shades of Orange Red #EF440B
Tints of Orange Red #EF440B
RGB
CMYK
RGB Variations
Color information
#EF440B (or 0xEF440B) is known color: Orange Red. HEX triplet: EF, 44 and 0B. RGB value is (239,68,11). Sum of RGB (Red+Green+Blue) = 239+68+11=318 (42% of max value = 765). Red value is 239 (93.75% from 255 or 75.16% from 318); Green value is 68 (26.95% from 255 or 21.38% from 318); Blue value is 11 (4.69% from 255 or 3.46% from 318); Max value from RGB is 239 - color contains mainly: red. Hex color #EF440B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF440B is #10BBF4. Grayscale: #717171. Windows color (decimal): -1096693 or 738543. OLE color: 738543.
HSL color Cylindrical-coordinate representation of color #EF440B: hue angle of 15º 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 #EF440B is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 68 | 11 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.06 |
| HSL | 15º | 0.91% | 0.49% | - |
| HSV(B) | 15º | 0.95% | 0.94% | - |
| XYZ | 37.72 | 22.51 | 2.67 | - |
| YUV | 112.63 | 70.65 | 218.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 68 | 11 | 0 | 0.72 | 0.95 | 0.06 | 15 | 0.91 | 0.49 |
| Hex | EF | 44 | B | 0 | 48 | 5F | 6 | F | 5B | 31 |
| Octal | 357 | 104 | 13 | 0 | 110 | 137 | 6 | 17 | 133 | 61 |
| Binary | 11101111 | 1000100 | 1011 | 0 | 1001000 | 1011111 | 110 | 1111 | 1011011 | 110001 |
Color Harmonies of #EF440B
Complementary color
Monochromatic Colors of #EF440B
Black with #EF440B
Text Example
Text Example
White with #EF440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF440B; }
p { color: rgb(239,68,11); }
H1.HeaderClassName
{
color: #EF440B;
}
.AnyTagClassName
{
color: #EF440B;
}
</style>
background-color css
<style>
a { background-color: #EF440B; }
a { background-color: rgb(239,68,11); }
div.DivClassName
{
background-color: #EF440B;
}
.BgClassName
{
background-color: #EF440B;
}
</style>
border-color css
<style>
span { border-color: #EF440B; }
span { border-color: rgb(239,68,11); }
td.TdClassName
{
border-color: #EF440B;
}
.TagClassName
{
border-color: #EF440B;
}
</style>