Shades of Orange Red #EB400B
Tints of Orange Red #EB400B
RGB
CMYK
RGB Variations
Color information
#EB400B (or 0xEB400B) is known color: Orange Red. HEX triplet: EB, 40 and 0B. RGB value is (235,64,11). Sum of RGB (Red+Green+Blue) = 235+64+11=310 (41% of max value = 765). Red value is 235 (92.19% from 255 or 75.81% from 310); Green value is 64 (25.39% from 255 or 20.65% from 310); Blue value is 11 (4.69% from 255 or 3.55% from 310); Max value from RGB is 235 - color contains mainly: red. Hex color #EB400B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB400B is #14BFF4. Grayscale: #6D6D6D. Windows color (decimal): -1359861 or 737515. OLE color: 737515.
HSL color Cylindrical-coordinate representation of color #EB400B: hue angle of 14.2º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EB400B is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 64 | 11 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.08 |
| HSL | 14.2º | 0.91% | 0.48% | - |
| HSV(B) | 14.2º | 0.95% | 0.92% | - |
| XYZ | 36.15 | 21.35 | 2.53 | - |
| YUV | 109.09 | 72.65 | 217.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 64 | 11 | 0 | 0.73 | 0.95 | 0.08 | 14.2 | 0.91 | 0.48 |
| Hex | EB | 40 | B | 0 | 49 | 5F | 8 | E | 5B | 30 |
| Octal | 353 | 100 | 13 | 0 | 111 | 137 | 10 | 16 | 133 | 60 |
| Binary | 11101011 | 1000000 | 1011 | 0 | 1001001 | 1011111 | 1000 | 1110 | 1011011 | 110000 |
Color Harmonies of #EB400B
Complementary color
Monochromatic Colors of #EB400B
Black with #EB400B
Text Example
Text Example
White with #EB400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB400B; }
p { color: rgb(235,64,11); }
H1.HeaderClassName
{
color: #EB400B;
}
.AnyTagClassName
{
color: #EB400B;
}
</style>
background-color css
<style>
a { background-color: #EB400B; }
a { background-color: rgb(235,64,11); }
div.DivClassName
{
background-color: #EB400B;
}
.BgClassName
{
background-color: #EB400B;
}
</style>
border-color css
<style>
span { border-color: #EB400B; }
span { border-color: rgb(235,64,11); }
td.TdClassName
{
border-color: #EB400B;
}
.TagClassName
{
border-color: #EB400B;
}
</style>