Shades of Orange Red #EF3D0A
Tints of Orange Red #EF3D0A
RGB
CMYK
RGB Variations
Color information
#EF3D0A (or 0xEF3D0A) is known color: Orange Red. HEX triplet: EF, 3D and 0A. RGB value is (239,61,10). Sum of RGB (Red+Green+Blue) = 239+61+10=310 (41% of max value = 765). Red value is 239 (93.75% from 255 or 77.10% from 310); Green value is 61 (24.22% from 255 or 19.68% from 310); Blue value is 10 (4.30% from 255 or 3.23% from 310); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3D0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3D0A is #10C2F5. Grayscale: #6C6C6C. Windows color (decimal): -1098486 or 671215. OLE color: 671215.
HSL color Cylindrical-coordinate representation of color #EF3D0A: hue angle of 13.36º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF3D0A is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 61 | 10 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.06 |
| HSL | 13.36º | 0.92% | 0.49% | - |
| HSV(B) | 13.36º | 0.96% | 0.94% | - |
| XYZ | 37.32 | 21.71 | 2.51 | - |
| YUV | 108.41 | 72.47 | 221.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 61 | 10 | 0 | 0.74 | 0.96 | 0.06 | 13.36 | 0.92 | 0.49 |
| Hex | EF | 3D | A | 0 | 4A | 60 | 6 | D | 5C | 31 |
| Octal | 357 | 75 | 12 | 0 | 112 | 140 | 6 | 15 | 134 | 61 |
| Binary | 11101111 | 111101 | 1010 | 0 | 1001010 | 1100000 | 110 | 1101 | 1011100 | 110001 |
Color Harmonies of #EF3D0A
Complementary color
Monochromatic Colors of #EF3D0A
Black with #EF3D0A
Text Example
Text Example
White with #EF3D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3D0A; }
p { color: rgb(239,61,10); }
H1.HeaderClassName
{
color: #EF3D0A;
}
.AnyTagClassName
{
color: #EF3D0A;
}
</style>
background-color css
<style>
a { background-color: #EF3D0A; }
a { background-color: rgb(239,61,10); }
div.DivClassName
{
background-color: #EF3D0A;
}
.BgClassName
{
background-color: #EF3D0A;
}
</style>
border-color css
<style>
span { border-color: #EF3D0A; }
span { border-color: rgb(239,61,10); }
td.TdClassName
{
border-color: #EF3D0A;
}
.TagClassName
{
border-color: #EF3D0A;
}
</style>