Shades of Orange Red #EF450F
Tints of Orange Red #EF450F
RGB
CMYK
RGB Variations
Color information
#EF450F (or 0xEF450F) is known color: Orange Red. HEX triplet: EF, 45 and 0F. RGB value is (239,69,15). Sum of RGB (Red+Green+Blue) = 239+69+15=323 (42% of max value = 765). Red value is 239 (93.75% from 255 or 73.99% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 15 (6.25% from 255 or 4.64% from 323); Max value from RGB is 239 - color contains mainly: red. Hex color #EF450F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF450F is #10BAF0. Grayscale: #727272. Windows color (decimal): -1096433 or 1000943. OLE color: 1000943.
HSL color Cylindrical-coordinate representation of color #EF450F: hue angle of 14.46º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF450F is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 69 | 15 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.06 |
| HSL | 14.46º | 0.88% | 0.5% | - |
| HSV(B) | 14.46º | 0.94% | 0.94% | - |
| XYZ | 37.81 | 22.64 | 2.83 | - |
| YUV | 113.67 | 72.32 | 217.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 69 | 15 | 0 | 0.71 | 0.94 | 0.06 | 14.46 | 0.88 | 0.5 |
| Hex | EF | 45 | F | 0 | 47 | 5E | 6 | E | 58 | 32 |
| Octal | 357 | 105 | 17 | 0 | 107 | 136 | 6 | 16 | 130 | 62 |
| Binary | 11101111 | 1000101 | 1111 | 0 | 1000111 | 1011110 | 110 | 1110 | 1011000 | 110010 |
Color Harmonies of #EF450F
Complementary color
Monochromatic Colors of #EF450F
Black with #EF450F
Text Example
Text Example
White with #EF450F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF450F; }
p { color: rgb(239,69,15); }
H1.HeaderClassName
{
color: #EF450F;
}
.AnyTagClassName
{
color: #EF450F;
}
</style>
background-color css
<style>
a { background-color: #EF450F; }
a { background-color: rgb(239,69,15); }
div.DivClassName
{
background-color: #EF450F;
}
.BgClassName
{
background-color: #EF450F;
}
</style>
border-color css
<style>
span { border-color: #EF450F; }
span { border-color: rgb(239,69,15); }
td.TdClassName
{
border-color: #EF450F;
}
.TagClassName
{
border-color: #EF450F;
}
</style>