Shades of Orange Red #EF3800
Tints of Orange Red #EF3800
RGB
CMYK
RGB Variations
Color information
#EF3800 (or 0xEF3800) is known color: Orange Red. HEX triplet: EF, 38 and 00. RGB value is (239,56,0). Sum of RGB (Red+Green+Blue) = 239+56+0=295 (39% of max value = 765). Red value is 239 (93.75% from 255 or 81.02% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3800 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3800 is #10C7FF. Grayscale: #686868. Windows color (decimal): -1099776 or 14575. OLE color: 14575.
HSL color Cylindrical-coordinate representation of color #EF3800: hue angle of 14.06º 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 #EF3800 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 56 | 0 | - |
| CMYK | 0 | 0.77 | 1 | 0.06 |
| HSL | 14.06º | 1% | 0.47% | - |
| HSV(B) | 14.06º | 1% | 0.94% | - |
| XYZ | 37.01 | 21.18 | 2.14 | - |
| YUV | 104.33 | 69.13 | 224.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 56 | 0 | 0 | 0.77 | 1 | 0.06 | 14.06 | 1 | 0.47 |
| Hex | EF | 38 | 0 | 0 | 4D | 64 | 6 | E | 64 | 2F |
| Octal | 357 | 70 | 0 | 0 | 115 | 144 | 6 | 16 | 144 | 57 |
| Binary | 11101111 | 111000 | 0 | 0 | 1001101 | 1100100 | 110 | 1110 | 1100100 | 101111 |
Color Harmonies of #EF3800
Complementary color
Monochromatic Colors of #EF3800
Black with #EF3800
Text Example
Text Example
White with #EF3800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3800; }
p { color: rgb(239,56,0); }
H1.HeaderClassName
{
color: #EF3800;
}
.AnyTagClassName
{
color: #EF3800;
}
</style>
background-color css
<style>
a { background-color: #EF3800; }
a { background-color: rgb(239,56,0); }
div.DivClassName
{
background-color: #EF3800;
}
.BgClassName
{
background-color: #EF3800;
}
</style>
border-color css
<style>
span { border-color: #EF3800; }
span { border-color: rgb(239,56,0); }
td.TdClassName
{
border-color: #EF3800;
}
.TagClassName
{
border-color: #EF3800;
}
</style>