Shades of Orange Red #EB4000
Tints of Orange Red #EB4000
RGB
CMYK
RGB Variations
Color information
#EB4000 (or 0xEB4000) is known color: Orange Red. HEX triplet: EB, 40 and 00. RGB value is (235,64,0). Sum of RGB (Red+Green+Blue) = 235+64+0=299 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.60% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 0 (0.39% from 255 or 0% from 299); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4000 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB4000 is #14BFFF. Grayscale: #6C6C6C. Windows color (decimal): -1359872 or 16619. OLE color: 16619.
HSL color Cylindrical-coordinate representation of color #EB4000: hue angle of 16.34º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB4000 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 64 | 0 | - |
| CMYK | 0 | 0.73 | 1 | 0.08 |
| HSL | 16.34º | 1% | 0.46% | - |
| HSV(B) | 16.34º | 1% | 0.92% | - |
| XYZ | 36.09 | 21.33 | 2.21 | - |
| YUV | 107.83 | 67.15 | 218.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 64 | 0 | 0 | 0.73 | 1 | 0.08 | 16.34 | 1 | 0.46 |
| Hex | EB | 40 | 0 | 0 | 49 | 64 | 8 | 10 | 64 | 2E |
| Octal | 353 | 100 | 0 | 0 | 111 | 144 | 10 | 20 | 144 | 56 |
| Binary | 11101011 | 1000000 | 0 | 0 | 1001001 | 1100100 | 1000 | 10000 | 1100100 | 101110 |
Color Harmonies of #EB4000
Complementary color
Monochromatic Colors of #EB4000
Black with #EB4000
Text Example
Text Example
White with #EB4000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4000; }
p { color: rgb(235,64,0); }
H1.HeaderClassName
{
color: #EB4000;
}
.AnyTagClassName
{
color: #EB4000;
}
</style>
background-color css
<style>
a { background-color: #EB4000; }
a { background-color: rgb(235,64,0); }
div.DivClassName
{
background-color: #EB4000;
}
.BgClassName
{
background-color: #EB4000;
}
</style>
border-color css
<style>
span { border-color: #EB4000; }
span { border-color: rgb(235,64,0); }
td.TdClassName
{
border-color: #EB4000;
}
.TagClassName
{
border-color: #EB4000;
}
</style>