Shades of Orange Red #EF360F
Tints of Orange Red #EF360F
RGB
CMYK
RGB Variations
Color information
#EF360F (or 0xEF360F) is known color: Orange Red. HEX triplet: EF, 36 and 0F. RGB value is (239,54,15). Sum of RGB (Red+Green+Blue) = 239+54+15=308 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.60% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 15 (6.25% from 255 or 4.87% from 308); Max value from RGB is 239 - color contains mainly: red. Hex color #EF360F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF360F is #10C9F0. Grayscale: #696969. Windows color (decimal): -1100273 or 997103. OLE color: 997103.
HSL color Cylindrical-coordinate representation of color #EF360F: hue angle of 10.45º 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 #EF360F is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 54 | 15 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.06 |
| HSL | 10.45º | 0.88% | 0.5% | - |
| HSV(B) | 10.45º | 0.94% | 0.94% | - |
| XYZ | 37 | 21.02 | 2.56 | - |
| YUV | 104.87 | 77.29 | 223.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 54 | 15 | 0 | 0.77 | 0.94 | 0.06 | 10.45 | 0.88 | 0.5 |
| Hex | EF | 36 | F | 0 | 4D | 5E | 6 | A | 58 | 32 |
| Octal | 357 | 66 | 17 | 0 | 115 | 136 | 6 | 12 | 130 | 62 |
| Binary | 11101111 | 110110 | 1111 | 0 | 1001101 | 1011110 | 110 | 1010 | 1011000 | 110010 |
Color Harmonies of #EF360F
Complementary color
Monochromatic Colors of #EF360F
Black with #EF360F
Text Example
Text Example
White with #EF360F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF360F; }
p { color: rgb(239,54,15); }
H1.HeaderClassName
{
color: #EF360F;
}
.AnyTagClassName
{
color: #EF360F;
}
</style>
background-color css
<style>
a { background-color: #EF360F; }
a { background-color: rgb(239,54,15); }
div.DivClassName
{
background-color: #EF360F;
}
.BgClassName
{
background-color: #EF360F;
}
</style>
border-color css
<style>
span { border-color: #EF360F; }
span { border-color: rgb(239,54,15); }
td.TdClassName
{
border-color: #EF360F;
}
.TagClassName
{
border-color: #EF360F;
}
</style>