Shades of Orange Red #EA3E0F
Tints of Orange Red #EA3E0F
RGB
CMYK
RGB Variations
Color information
#EA3E0F (or 0xEA3E0F) is known color: Orange Red. HEX triplet: EA, 3E and 0F. RGB value is (234,62,15). Sum of RGB (Red+Green+Blue) = 234+62+15=311 (41% of max value = 765). Red value is 234 (91.80% from 255 or 75.24% from 311); Green value is 62 (24.61% from 255 or 19.94% from 311); Blue value is 15 (6.25% from 255 or 4.82% from 311); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3E0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3E0F is #15C1F0. Grayscale: #6C6C6C. Windows color (decimal): -1425905 or 999146. OLE color: 999146.
HSL color Cylindrical-coordinate representation of color #EA3E0F: hue angle of 12.88º degrees, saturation: 0.88, 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 #EA3E0F is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 62 | 15 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.08 |
| HSL | 12.88º | 0.88% | 0.49% | - |
| HSV(B) | 12.88º | 0.94% | 0.92% | - |
| XYZ | 35.74 | 20.97 | 2.62 | - |
| YUV | 108.07 | 75.48 | 217.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 62 | 15 | 0 | 0.74 | 0.94 | 0.08 | 12.88 | 0.88 | 0.49 |
| Hex | EA | 3E | F | 0 | 4A | 5E | 8 | D | 58 | 31 |
| Octal | 352 | 76 | 17 | 0 | 112 | 136 | 10 | 15 | 130 | 61 |
| Binary | 11101010 | 111110 | 1111 | 0 | 1001010 | 1011110 | 1000 | 1101 | 1011000 | 110001 |
Color Harmonies of #EA3E0F
Complementary color
Monochromatic Colors of #EA3E0F
Black with #EA3E0F
Text Example
Text Example
White with #EA3E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3E0F; }
p { color: rgb(234,62,15); }
H1.HeaderClassName
{
color: #EA3E0F;
}
.AnyTagClassName
{
color: #EA3E0F;
}
</style>
background-color css
<style>
a { background-color: #EA3E0F; }
a { background-color: rgb(234,62,15); }
div.DivClassName
{
background-color: #EA3E0F;
}
.BgClassName
{
background-color: #EA3E0F;
}
</style>
border-color css
<style>
span { border-color: #EA3E0F; }
span { border-color: rgb(234,62,15); }
td.TdClassName
{
border-color: #EA3E0F;
}
.TagClassName
{
border-color: #EA3E0F;
}
</style>