Shades of Orange Red #EF3500
Tints of Orange Red #EF3500
RGB
CMYK
RGB Variations
Color information
#EF3500 (or 0xEF3500) is known color: Orange Red. HEX triplet: EF, 35 and 00. RGB value is (239,53,0). Sum of RGB (Red+Green+Blue) = 239+53+0=292 (38% of max value = 765). Red value is 239 (93.75% from 255 or 81.85% from 292); Green value is 53 (21.09% from 255 or 18.15% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3500 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3500 is #10CAFF. Grayscale: #666666. Windows color (decimal): -1100544 or 13807. OLE color: 13807.
HSL color Cylindrical-coordinate representation of color #EF3500: hue angle of 13.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 #EF3500 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 53 | 0 | - |
| CMYK | 0 | 0.78 | 1 | 0.06 |
| HSL | 13.31º | 1% | 0.47% | - |
| HSV(B) | 13.31º | 1% | 0.94% | - |
| XYZ | 36.87 | 20.9 | 2.09 | - |
| YUV | 102.57 | 70.12 | 225.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 53 | 0 | 0 | 0.78 | 1 | 0.06 | 13.31 | 1 | 0.47 |
| Hex | EF | 35 | 0 | 0 | 4E | 64 | 6 | D | 64 | 2F |
| Octal | 357 | 65 | 0 | 0 | 116 | 144 | 6 | 15 | 144 | 57 |
| Binary | 11101111 | 110101 | 0 | 0 | 1001110 | 1100100 | 110 | 1101 | 1100100 | 101111 |
Color Harmonies of #EF3500
Complementary color
Monochromatic Colors of #EF3500
Black with #EF3500
Text Example
Text Example
White with #EF3500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3500; }
p { color: rgb(239,53,0); }
H1.HeaderClassName
{
color: #EF3500;
}
.AnyTagClassName
{
color: #EF3500;
}
</style>
background-color css
<style>
a { background-color: #EF3500; }
a { background-color: rgb(239,53,0); }
div.DivClassName
{
background-color: #EF3500;
}
.BgClassName
{
background-color: #EF3500;
}
</style>
border-color css
<style>
span { border-color: #EF3500; }
span { border-color: rgb(239,53,0); }
td.TdClassName
{
border-color: #EF3500;
}
.TagClassName
{
border-color: #EF3500;
}
</style>