Shades of Orange Red #EF360D
Tints of Orange Red #EF360D
RGB
CMYK
RGB Variations
Color information
#EF360D (or 0xEF360D) is known color: Orange Red. HEX triplet: EF, 36 and 0D. RGB value is (239,54,13). Sum of RGB (Red+Green+Blue) = 239+54+13=306 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.10% from 306); Green value is 54 (21.48% from 255 or 17.65% from 306); Blue value is 13 (5.47% from 255 or 4.25% from 306); Max value from RGB is 239 - color contains mainly: red. Hex color #EF360D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF360D is #10C9F2. Grayscale: #686868. Windows color (decimal): -1100275 or 866031. OLE color: 866031.
HSL color Cylindrical-coordinate representation of color #EF360D: hue angle of 10.88º 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 #EF360D is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 54 | 13 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.06 |
| HSL | 10.88º | 0.9% | 0.49% | - |
| HSV(B) | 10.88º | 0.95% | 0.94% | - |
| XYZ | 36.99 | 21.02 | 2.49 | - |
| YUV | 104.64 | 76.29 | 223.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 54 | 13 | 0 | 0.77 | 0.95 | 0.06 | 10.88 | 0.9 | 0.49 |
| Hex | EF | 36 | D | 0 | 4D | 5F | 6 | B | 5A | 31 |
| Octal | 357 | 66 | 15 | 0 | 115 | 137 | 6 | 13 | 132 | 61 |
| Binary | 11101111 | 110110 | 1101 | 0 | 1001101 | 1011111 | 110 | 1011 | 1011010 | 110001 |
Color Harmonies of #EF360D
Complementary color
Monochromatic Colors of #EF360D
Black with #EF360D
Text Example
Text Example
White with #EF360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF360D; }
p { color: rgb(239,54,13); }
H1.HeaderClassName
{
color: #EF360D;
}
.AnyTagClassName
{
color: #EF360D;
}
</style>
background-color css
<style>
a { background-color: #EF360D; }
a { background-color: rgb(239,54,13); }
div.DivClassName
{
background-color: #EF360D;
}
.BgClassName
{
background-color: #EF360D;
}
</style>
border-color css
<style>
span { border-color: #EF360D; }
span { border-color: rgb(239,54,13); }
td.TdClassName
{
border-color: #EF360D;
}
.TagClassName
{
border-color: #EF360D;
}
</style>