Shades of Orange Red #EA4114
Tints of Orange Red #EA4114
RGB
CMYK
RGB Variations
Color information
#EA4114 (or 0xEA4114) is known color: Orange Red. HEX triplet: EA, 41 and 14. RGB value is (234,65,20). Sum of RGB (Red+Green+Blue) = 234+65+20=319 (42% of max value = 765). Red value is 234 (91.80% from 255 or 73.35% from 319); Green value is 65 (25.78% from 255 or 20.38% from 319); Blue value is 20 (8.20% from 255 or 6.27% from 319); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4114 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA4114 is #15BEEB. Grayscale: #6E6E6E. Windows color (decimal): -1425132 or 1327594. OLE color: 1327594.
HSL color Cylindrical-coordinate representation of color #EA4114: hue angle of 12.62º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA4114 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 65 | 20 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.08 |
| HSL | 12.62º | 0.84% | 0.5% | - |
| HSV(B) | 12.62º | 0.91% | 0.92% | - |
| XYZ | 35.95 | 21.32 | 2.88 | - |
| YUV | 110.4 | 76.99 | 216.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 65 | 20 | 0 | 0.72 | 0.91 | 0.08 | 12.62 | 0.84 | 0.5 |
| Hex | EA | 41 | 14 | 0 | 48 | 5B | 8 | D | 54 | 32 |
| Octal | 352 | 101 | 24 | 0 | 110 | 133 | 10 | 15 | 124 | 62 |
| Binary | 11101010 | 1000001 | 10100 | 0 | 1001000 | 1011011 | 1000 | 1101 | 1010100 | 110010 |
Color Harmonies of #EA4114
Complementary color
Monochromatic Colors of #EA4114
Black with #EA4114
Text Example
Text Example
White with #EA4114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4114; }
p { color: rgb(234,65,20); }
H1.HeaderClassName
{
color: #EA4114;
}
.AnyTagClassName
{
color: #EA4114;
}
</style>
background-color css
<style>
a { background-color: #EA4114; }
a { background-color: rgb(234,65,20); }
div.DivClassName
{
background-color: #EA4114;
}
.BgClassName
{
background-color: #EA4114;
}
</style>
border-color css
<style>
span { border-color: #EA4114; }
span { border-color: rgb(234,65,20); }
td.TdClassName
{
border-color: #EA4114;
}
.TagClassName
{
border-color: #EA4114;
}
</style>