Shades of Orange Red #EB4400
Tints of Orange Red #EB4400
RGB
CMYK
RGB Variations
Color information
#EB4400 (or 0xEB4400) is known color: Orange Red. HEX triplet: EB, 44 and 00. RGB value is (235,68,0). Sum of RGB (Red+Green+Blue) = 235+68+0=303 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.56% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4400 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB4400 is #14BBFF. Grayscale: #6E6E6E. Windows color (decimal): -1358848 or 17643. OLE color: 17643.
HSL color Cylindrical-coordinate representation of color #EB4400: hue angle of 17.36º 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 #EB4400 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 68 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.08 |
| HSL | 17.36º | 1% | 0.46% | - |
| HSV(B) | 17.36º | 1% | 0.92% | - |
| XYZ | 36.33 | 21.8 | 2.29 | - |
| YUV | 110.18 | 65.83 | 217.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 68 | 0 | 0 | 0.71 | 1 | 0.08 | 17.36 | 1 | 0.46 |
| Hex | EB | 44 | 0 | 0 | 47 | 64 | 8 | 11 | 64 | 2E |
| Octal | 353 | 104 | 0 | 0 | 107 | 144 | 10 | 21 | 144 | 56 |
| Binary | 11101011 | 1000100 | 0 | 0 | 1000111 | 1100100 | 1000 | 10001 | 1100100 | 101110 |
Color Harmonies of #EB4400
Complementary color
Monochromatic Colors of #EB4400
Black with #EB4400
Text Example
Text Example
White with #EB4400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4400; }
p { color: rgb(235,68,0); }
H1.HeaderClassName
{
color: #EB4400;
}
.AnyTagClassName
{
color: #EB4400;
}
</style>
background-color css
<style>
a { background-color: #EB4400; }
a { background-color: rgb(235,68,0); }
div.DivClassName
{
background-color: #EB4400;
}
.BgClassName
{
background-color: #EB4400;
}
</style>
border-color css
<style>
span { border-color: #EB4400; }
span { border-color: rgb(235,68,0); }
td.TdClassName
{
border-color: #EB4400;
}
.TagClassName
{
border-color: #EB4400;
}
</style>