Shades of Orange Red #EF400D
Tints of Orange Red #EF400D
RGB
CMYK
RGB Variations
Color information
#EF400D (or 0xEF400D) is known color: Orange Red. HEX triplet: EF, 40 and 0D. RGB value is (239,64,13). Sum of RGB (Red+Green+Blue) = 239+64+13=316 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.63% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 13 (5.47% from 255 or 4.11% from 316); Max value from RGB is 239 - color contains mainly: red. Hex color #EF400D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF400D is #10BFF2. Grayscale: #6E6E6E. Windows color (decimal): -1097715 or 868591. OLE color: 868591.
HSL color Cylindrical-coordinate representation of color #EF400D: hue angle of 13.54º 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 #EF400D is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 64 | 13 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.06 |
| HSL | 13.54º | 0.9% | 0.49% | - |
| HSV(B) | 13.54º | 0.95% | 0.94% | - |
| XYZ | 37.5 | 22.05 | 2.66 | - |
| YUV | 110.51 | 72.98 | 219.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 64 | 13 | 0 | 0.73 | 0.95 | 0.06 | 13.54 | 0.9 | 0.49 |
| Hex | EF | 40 | D | 0 | 49 | 5F | 6 | E | 5A | 31 |
| Octal | 357 | 100 | 15 | 0 | 111 | 137 | 6 | 16 | 132 | 61 |
| Binary | 11101111 | 1000000 | 1101 | 0 | 1001001 | 1011111 | 110 | 1110 | 1011010 | 110001 |
Color Harmonies of #EF400D
Complementary color
Monochromatic Colors of #EF400D
Black with #EF400D
Text Example
Text Example
White with #EF400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF400D; }
p { color: rgb(239,64,13); }
H1.HeaderClassName
{
color: #EF400D;
}
.AnyTagClassName
{
color: #EF400D;
}
</style>
background-color css
<style>
a { background-color: #EF400D; }
a { background-color: rgb(239,64,13); }
div.DivClassName
{
background-color: #EF400D;
}
.BgClassName
{
background-color: #EF400D;
}
</style>
border-color css
<style>
span { border-color: #EF400D; }
span { border-color: rgb(239,64,13); }
td.TdClassName
{
border-color: #EF400D;
}
.TagClassName
{
border-color: #EF400D;
}
</style>