Shades of Orange Red #EF450B
Tints of Orange Red #EF450B
RGB
CMYK
RGB Variations
Color information
#EF450B (or 0xEF450B) is known color: Orange Red. HEX triplet: EF, 45 and 0B. RGB value is (239,69,11). Sum of RGB (Red+Green+Blue) = 239+69+11=319 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.92% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 11 (4.69% from 255 or 3.45% from 319); Max value from RGB is 239 - color contains mainly: red. Hex color #EF450B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF450B is #10BAF4. Grayscale: #717171. Windows color (decimal): -1096437 or 738799. OLE color: 738799.
HSL color Cylindrical-coordinate representation of color #EF450B: hue angle of 15.26º 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 #EF450B is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 69 | 11 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.06 |
| HSL | 15.26º | 0.91% | 0.49% | - |
| HSV(B) | 15.26º | 0.95% | 0.94% | - |
| XYZ | 37.79 | 22.63 | 2.69 | - |
| YUV | 113.22 | 70.32 | 217.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 69 | 11 | 0 | 0.71 | 0.95 | 0.06 | 15.26 | 0.91 | 0.49 |
| Hex | EF | 45 | B | 0 | 47 | 5F | 6 | F | 5B | 31 |
| Octal | 357 | 105 | 13 | 0 | 107 | 137 | 6 | 17 | 133 | 61 |
| Binary | 11101111 | 1000101 | 1011 | 0 | 1000111 | 1011111 | 110 | 1111 | 1011011 | 110001 |
Color Harmonies of #EF450B
Complementary color
Monochromatic Colors of #EF450B
Black with #EF450B
Text Example
Text Example
White with #EF450B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF450B; }
p { color: rgb(239,69,11); }
H1.HeaderClassName
{
color: #EF450B;
}
.AnyTagClassName
{
color: #EF450B;
}
</style>
background-color css
<style>
a { background-color: #EF450B; }
a { background-color: rgb(239,69,11); }
div.DivClassName
{
background-color: #EF450B;
}
.BgClassName
{
background-color: #EF450B;
}
</style>
border-color css
<style>
span { border-color: #EF450B; }
span { border-color: rgb(239,69,11); }
td.TdClassName
{
border-color: #EF450B;
}
.TagClassName
{
border-color: #EF450B;
}
</style>