Shades of Orange Red #EF3C0D
Tints of Orange Red #EF3C0D
RGB
CMYK
RGB Variations
Color information
#EF3C0D (or 0xEF3C0D) is known color: Orange Red. HEX triplet: EF, 3C and 0D. RGB value is (239,60,13). Sum of RGB (Red+Green+Blue) = 239+60+13=312 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.60% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 13 (5.47% from 255 or 4.17% from 312); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3C0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3C0D is #10C3F2. Grayscale: #6C6C6C. Windows color (decimal): -1098739 or 867567. OLE color: 867567.
HSL color Cylindrical-coordinate representation of color #EF3C0D: hue angle of 12.48º 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 #EF3C0D is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 60 | 13 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.06 |
| HSL | 12.48º | 0.9% | 0.49% | - |
| HSV(B) | 12.48º | 0.95% | 0.94% | - |
| XYZ | 37.29 | 21.61 | 2.59 | - |
| YUV | 108.16 | 74.3 | 221.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 60 | 13 | 0 | 0.75 | 0.95 | 0.06 | 12.48 | 0.9 | 0.49 |
| Hex | EF | 3C | D | 0 | 4B | 5F | 6 | C | 5A | 31 |
| Octal | 357 | 74 | 15 | 0 | 113 | 137 | 6 | 14 | 132 | 61 |
| Binary | 11101111 | 111100 | 1101 | 0 | 1001011 | 1011111 | 110 | 1100 | 1011010 | 110001 |
Color Harmonies of #EF3C0D
Complementary color
Monochromatic Colors of #EF3C0D
Black with #EF3C0D
Text Example
Text Example
White with #EF3C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3C0D; }
p { color: rgb(239,60,13); }
H1.HeaderClassName
{
color: #EF3C0D;
}
.AnyTagClassName
{
color: #EF3C0D;
}
</style>
background-color css
<style>
a { background-color: #EF3C0D; }
a { background-color: rgb(239,60,13); }
div.DivClassName
{
background-color: #EF3C0D;
}
.BgClassName
{
background-color: #EF3C0D;
}
</style>
border-color css
<style>
span { border-color: #EF3C0D; }
span { border-color: rgb(239,60,13); }
td.TdClassName
{
border-color: #EF3C0D;
}
.TagClassName
{
border-color: #EF3C0D;
}
</style>