Shades of Orange Red #EB4002
Tints of Orange Red #EB4002
RGB
CMYK
RGB Variations
Color information
#EB4002 (or 0xEB4002) is known color: Orange Red. HEX triplet: EB, 40 and 02. RGB value is (235,64,2). Sum of RGB (Red+Green+Blue) = 235+64+2=301 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.07% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4002 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB4002 is #14BFFD. Grayscale: #6C6C6C. Windows color (decimal): -1359870 or 147691. OLE color: 147691.
HSL color Cylindrical-coordinate representation of color #EB4002: hue angle of 15.97º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EB4002 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 64 | 2 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.08 |
| HSL | 15.97º | 0.98% | 0.46% | - |
| HSV(B) | 15.97º | 0.99% | 0.92% | - |
| XYZ | 36.11 | 21.33 | 2.27 | - |
| YUV | 108.06 | 68.15 | 218.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 64 | 2 | 0 | 0.73 | 0.99 | 0.08 | 15.97 | 0.98 | 0.46 |
| Hex | EB | 40 | 2 | 0 | 49 | 63 | 8 | 10 | 62 | 2E |
| Octal | 353 | 100 | 2 | 0 | 111 | 143 | 10 | 20 | 142 | 56 |
| Binary | 11101011 | 1000000 | 10 | 0 | 1001001 | 1100011 | 1000 | 10000 | 1100010 | 101110 |
Color Harmonies of #EB4002
Complementary color
Monochromatic Colors of #EB4002
Black with #EB4002
Text Example
Text Example
White with #EB4002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4002; }
p { color: rgb(235,64,2); }
H1.HeaderClassName
{
color: #EB4002;
}
.AnyTagClassName
{
color: #EB4002;
}
</style>
background-color css
<style>
a { background-color: #EB4002; }
a { background-color: rgb(235,64,2); }
div.DivClassName
{
background-color: #EB4002;
}
.BgClassName
{
background-color: #EB4002;
}
</style>
border-color css
<style>
span { border-color: #EB4002; }
span { border-color: rgb(235,64,2); }
td.TdClassName
{
border-color: #EB4002;
}
.TagClassName
{
border-color: #EB4002;
}
</style>