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