Shades of Orange Red #EA390A
Tints of Orange Red #EA390A
RGB
CMYK
RGB Variations
Color information
#EA390A (or 0xEA390A) is known color: Orange Red. HEX triplet: EA, 39 and 0A. RGB value is (234,57,10). Sum of RGB (Red+Green+Blue) = 234+57+10=301 (39% of max value = 765). Red value is 234 (91.80% from 255 or 77.74% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 10 (4.30% from 255 or 3.32% from 301); Max value from RGB is 234 - color contains mainly: red. Hex color #EA390A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA390A is #15C6F5. Grayscale: #686868. Windows color (decimal): -1427190 or 670186. OLE color: 670186.
HSL color Cylindrical-coordinate representation of color #EA390A: hue angle of 12.59º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EA390A is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 57 | 10 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.08 |
| HSL | 12.59º | 0.92% | 0.48% | - |
| HSV(B) | 12.59º | 0.96% | 0.92% | - |
| XYZ | 35.45 | 20.44 | 2.36 | - |
| YUV | 104.57 | 74.64 | 220.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 57 | 10 | 0 | 0.76 | 0.96 | 0.08 | 12.59 | 0.92 | 0.48 |
| Hex | EA | 39 | A | 0 | 4C | 60 | 8 | D | 5C | 30 |
| Octal | 352 | 71 | 12 | 0 | 114 | 140 | 10 | 15 | 134 | 60 |
| Binary | 11101010 | 111001 | 1010 | 0 | 1001100 | 1100000 | 1000 | 1101 | 1011100 | 110000 |
Color Harmonies of #EA390A
Complementary color
Monochromatic Colors of #EA390A
Black with #EA390A
Text Example
Text Example
White with #EA390A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA390A; }
p { color: rgb(234,57,10); }
H1.HeaderClassName
{
color: #EA390A;
}
.AnyTagClassName
{
color: #EA390A;
}
</style>
background-color css
<style>
a { background-color: #EA390A; }
a { background-color: rgb(234,57,10); }
div.DivClassName
{
background-color: #EA390A;
}
.BgClassName
{
background-color: #EA390A;
}
</style>
border-color css
<style>
span { border-color: #EA390A; }
span { border-color: rgb(234,57,10); }
td.TdClassName
{
border-color: #EA390A;
}
.TagClassName
{
border-color: #EA390A;
}
</style>