Shades of Orange Red #EB440D
Tints of Orange Red #EB440D
RGB
CMYK
RGB Variations
Color information
#EB440D (or 0xEB440D) is known color: Orange Red. HEX triplet: EB, 44 and 0D. RGB value is (235,68,13). Sum of RGB (Red+Green+Blue) = 235+68+13=316 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.37% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 13 (5.47% from 255 or 4.11% from 316); Max value from RGB is 235 - color contains mainly: red. Hex color #EB440D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB440D is #14BBF2. Grayscale: #707070. Windows color (decimal): -1358835 or 869611. OLE color: 869611.
HSL color Cylindrical-coordinate representation of color #EB440D: hue angle of 14.86º 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 #EB440D is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 68 | 13 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.08 |
| HSL | 14.86º | 0.9% | 0.49% | - |
| HSV(B) | 14.86º | 0.94% | 0.92% | - |
| XYZ | 36.4 | 21.83 | 2.67 | - |
| YUV | 111.66 | 72.33 | 215.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 68 | 13 | 0 | 0.71 | 0.94 | 0.08 | 14.86 | 0.9 | 0.49 |
| Hex | EB | 44 | D | 0 | 47 | 5E | 8 | F | 5A | 31 |
| Octal | 353 | 104 | 15 | 0 | 107 | 136 | 10 | 17 | 132 | 61 |
| Binary | 11101011 | 1000100 | 1101 | 0 | 1000111 | 1011110 | 1000 | 1111 | 1011010 | 110001 |
Color Harmonies of #EB440D
Complementary color
Monochromatic Colors of #EB440D
Black with #EB440D
Text Example
Text Example
White with #EB440D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB440D; }
p { color: rgb(235,68,13); }
H1.HeaderClassName
{
color: #EB440D;
}
.AnyTagClassName
{
color: #EB440D;
}
</style>
background-color css
<style>
a { background-color: #EB440D; }
a { background-color: rgb(235,68,13); }
div.DivClassName
{
background-color: #EB440D;
}
.BgClassName
{
background-color: #EB440D;
}
</style>
border-color css
<style>
span { border-color: #EB440D; }
span { border-color: rgb(235,68,13); }
td.TdClassName
{
border-color: #EB440D;
}
.TagClassName
{
border-color: #EB440D;
}
</style>