Shades of Orange Red #EF460C
Tints of Orange Red #EF460C
RGB
CMYK
RGB Variations
Color information
#EF460C (or 0xEF460C) is known color: Orange Red. HEX triplet: EF, 46 and 0C. RGB value is (239,70,12). Sum of RGB (Red+Green+Blue) = 239+70+12=321 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.45% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 12 (5.08% from 255 or 3.74% from 321); Max value from RGB is 239 - color contains mainly: red. Hex color #EF460C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF460C is #10B9F3. Grayscale: #727272. Windows color (decimal): -1096180 or 804591. OLE color: 804591.
HSL color Cylindrical-coordinate representation of color #EF460C: hue angle of 15.33º degrees, saturation: 0.9, 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 #EF460C is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 70 | 12 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.06 |
| HSL | 15.33º | 0.9% | 0.49% | - |
| HSV(B) | 15.33º | 0.95% | 0.94% | - |
| XYZ | 37.85 | 22.76 | 2.75 | - |
| YUV | 113.92 | 70.49 | 217.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 70 | 12 | 0 | 0.71 | 0.95 | 0.06 | 15.33 | 0.9 | 0.49 |
| Hex | EF | 46 | C | 0 | 47 | 5F | 6 | F | 5A | 31 |
| Octal | 357 | 106 | 14 | 0 | 107 | 137 | 6 | 17 | 132 | 61 |
| Binary | 11101111 | 1000110 | 1100 | 0 | 1000111 | 1011111 | 110 | 1111 | 1011010 | 110001 |
Color Harmonies of #EF460C
Complementary color
Monochromatic Colors of #EF460C
Black with #EF460C
Text Example
Text Example
White with #EF460C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF460C; }
p { color: rgb(239,70,12); }
H1.HeaderClassName
{
color: #EF460C;
}
.AnyTagClassName
{
color: #EF460C;
}
</style>
background-color css
<style>
a { background-color: #EF460C; }
a { background-color: rgb(239,70,12); }
div.DivClassName
{
background-color: #EF460C;
}
.BgClassName
{
background-color: #EF460C;
}
</style>
border-color css
<style>
span { border-color: #EF460C; }
span { border-color: rgb(239,70,12); }
td.TdClassName
{
border-color: #EF460C;
}
.TagClassName
{
border-color: #EF460C;
}
</style>