Shades of Orange Red #EB400D
Tints of Orange Red #EB400D
RGB
CMYK
RGB Variations
Color information
#EB400D (or 0xEB400D) is known color: Orange Red. HEX triplet: EB, 40 and 0D. RGB value is (235,64,13). Sum of RGB (Red+Green+Blue) = 235+64+13=312 (41% of max value = 765). Red value is 235 (92.19% from 255 or 75.32% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 13 (5.47% from 255 or 4.17% from 312); Max value from RGB is 235 - color contains mainly: red. Hex color #EB400D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB400D is #14BFF2. Grayscale: #6D6D6D. Windows color (decimal): -1359859 or 868587. OLE color: 868587.
HSL color Cylindrical-coordinate representation of color #EB400D: hue angle of 13.78º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB400D is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 64 | 13 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.08 |
| HSL | 13.78º | 0.9% | 0.49% | - |
| HSV(B) | 13.78º | 0.94% | 0.92% | - |
| XYZ | 36.17 | 21.36 | 2.6 | - |
| YUV | 109.32 | 73.65 | 217.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 64 | 13 | 0 | 0.73 | 0.94 | 0.08 | 13.78 | 0.9 | 0.49 |
| Hex | EB | 40 | D | 0 | 49 | 5E | 8 | E | 5A | 31 |
| Octal | 353 | 100 | 15 | 0 | 111 | 136 | 10 | 16 | 132 | 61 |
| Binary | 11101011 | 1000000 | 1101 | 0 | 1001001 | 1011110 | 1000 | 1110 | 1011010 | 110001 |
Color Harmonies of #EB400D
Complementary color
Monochromatic Colors of #EB400D
Black with #EB400D
Text Example
Text Example
White with #EB400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB400D; }
p { color: rgb(235,64,13); }
H1.HeaderClassName
{
color: #EB400D;
}
.AnyTagClassName
{
color: #EB400D;
}
</style>
background-color css
<style>
a { background-color: #EB400D; }
a { background-color: rgb(235,64,13); }
div.DivClassName
{
background-color: #EB400D;
}
.BgClassName
{
background-color: #EB400D;
}
</style>
border-color css
<style>
span { border-color: #EB400D; }
span { border-color: rgb(235,64,13); }
td.TdClassName
{
border-color: #EB400D;
}
.TagClassName
{
border-color: #EB400D;
}
</style>