Shades of Orange Red #EA440D
Tints of Orange Red #EA440D
RGB
CMYK
RGB Variations
Color information
#EA440D (or 0xEA440D) is known color: Orange Red. HEX triplet: EA, 44 and 0D. RGB value is (234,68,13). Sum of RGB (Red+Green+Blue) = 234+68+13=315 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.29% from 315); Green value is 68 (26.95% from 255 or 21.59% from 315); Blue value is 13 (5.47% from 255 or 4.13% from 315); Max value from RGB is 234 - color contains mainly: red. Hex color #EA440D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA440D is #15BBF2. Grayscale: #6F6F6F. Windows color (decimal): -1424371 or 869610. OLE color: 869610.
HSL color Cylindrical-coordinate representation of color #EA440D: hue angle of 14.93º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA440D is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 68 | 13 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.08 |
| HSL | 14.93º | 0.89% | 0.48% | - |
| HSV(B) | 14.93º | 0.94% | 0.92% | - |
| XYZ | 36.07 | 21.66 | 2.66 | - |
| YUV | 111.36 | 72.5 | 215.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 68 | 13 | 0 | 0.71 | 0.94 | 0.08 | 14.93 | 0.89 | 0.48 |
| Hex | EA | 44 | D | 0 | 47 | 5E | 8 | F | 59 | 30 |
| Octal | 352 | 104 | 15 | 0 | 107 | 136 | 10 | 17 | 131 | 60 |
| Binary | 11101010 | 1000100 | 1101 | 0 | 1000111 | 1011110 | 1000 | 1111 | 1011001 | 110000 |
Color Harmonies of #EA440D
Complementary color
Monochromatic Colors of #EA440D
Black with #EA440D
Text Example
Text Example
White with #EA440D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA440D; }
p { color: rgb(234,68,13); }
H1.HeaderClassName
{
color: #EA440D;
}
.AnyTagClassName
{
color: #EA440D;
}
</style>
background-color css
<style>
a { background-color: #EA440D; }
a { background-color: rgb(234,68,13); }
div.DivClassName
{
background-color: #EA440D;
}
.BgClassName
{
background-color: #EA440D;
}
</style>
border-color css
<style>
span { border-color: #EA440D; }
span { border-color: rgb(234,68,13); }
td.TdClassName
{
border-color: #EA440D;
}
.TagClassName
{
border-color: #EA440D;
}
</style>