Shades of Orange Red #EF3D00
Tints of Orange Red #EF3D00
RGB
CMYK
RGB Variations
Color information
#EF3D00 (or 0xEF3D00) is known color: Orange Red. HEX triplet: EF, 3D and 00. RGB value is (239,61,0). Sum of RGB (Red+Green+Blue) = 239+61+0=300 (39% of max value = 765). Red value is 239 (93.75% from 255 or 79.67% from 300); Green value is 61 (24.22% from 255 or 20.33% from 300); Blue value is 0 (0.39% from 255 or 0% from 300); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3D00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3D00 is #10C2FF. Grayscale: #6B6B6B. Windows color (decimal): -1098496 or 15855. OLE color: 15855.
HSL color Cylindrical-coordinate representation of color #EF3D00: hue angle of 15.31º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF3D00 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 61 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.06 |
| HSL | 15.31º | 1% | 0.47% | - |
| HSV(B) | 15.31º | 1% | 0.94% | - |
| XYZ | 37.27 | 21.69 | 2.22 | - |
| YUV | 107.27 | 67.47 | 221.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 61 | 0 | 0 | 0.74 | 1 | 0.06 | 15.31 | 1 | 0.47 |
| Hex | EF | 3D | 0 | 0 | 4A | 64 | 6 | F | 64 | 2F |
| Octal | 357 | 75 | 0 | 0 | 112 | 144 | 6 | 17 | 144 | 57 |
| Binary | 11101111 | 111101 | 0 | 0 | 1001010 | 1100100 | 110 | 1111 | 1100100 | 101111 |
Color Harmonies of #EF3D00
Complementary color
Monochromatic Colors of #EF3D00
Black with #EF3D00
Text Example
Text Example
White with #EF3D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3D00; }
p { color: rgb(239,61,0); }
H1.HeaderClassName
{
color: #EF3D00;
}
.AnyTagClassName
{
color: #EF3D00;
}
</style>
background-color css
<style>
a { background-color: #EF3D00; }
a { background-color: rgb(239,61,0); }
div.DivClassName
{
background-color: #EF3D00;
}
.BgClassName
{
background-color: #EF3D00;
}
</style>
border-color css
<style>
span { border-color: #EF3D00; }
span { border-color: rgb(239,61,0); }
td.TdClassName
{
border-color: #EF3D00;
}
.TagClassName
{
border-color: #EF3D00;
}
</style>