Shades of Orange Red #EA410F
Tints of Orange Red #EA410F
RGB
CMYK
RGB Variations
Color information
#EA410F (or 0xEA410F) is known color: Orange Red. HEX triplet: EA, 41 and 0F. RGB value is (234,65,15). Sum of RGB (Red+Green+Blue) = 234+65+15=314 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.52% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 15 (6.25% from 255 or 4.78% from 314); Max value from RGB is 234 - color contains mainly: red. Hex color #EA410F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA410F is #15BEF0. Grayscale: #6E6E6E. Windows color (decimal): -1425137 or 999914. OLE color: 999914.
HSL color Cylindrical-coordinate representation of color #EA410F: hue angle of 13.7º 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 #EA410F is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 65 | 15 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.08 |
| HSL | 13.7º | 0.88% | 0.49% | - |
| HSV(B) | 13.7º | 0.94% | 0.92% | - |
| XYZ | 35.91 | 21.31 | 2.67 | - |
| YUV | 109.83 | 74.49 | 216.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 65 | 15 | 0 | 0.72 | 0.94 | 0.08 | 13.7 | 0.88 | 0.49 |
| Hex | EA | 41 | F | 0 | 48 | 5E | 8 | E | 58 | 31 |
| Octal | 352 | 101 | 17 | 0 | 110 | 136 | 10 | 16 | 130 | 61 |
| Binary | 11101010 | 1000001 | 1111 | 0 | 1001000 | 1011110 | 1000 | 1110 | 1011000 | 110001 |
Color Harmonies of #EA410F
Complementary color
Monochromatic Colors of #EA410F
Black with #EA410F
Text Example
Text Example
White with #EA410F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA410F; }
p { color: rgb(234,65,15); }
H1.HeaderClassName
{
color: #EA410F;
}
.AnyTagClassName
{
color: #EA410F;
}
</style>
background-color css
<style>
a { background-color: #EA410F; }
a { background-color: rgb(234,65,15); }
div.DivClassName
{
background-color: #EA410F;
}
.BgClassName
{
background-color: #EA410F;
}
</style>
border-color css
<style>
span { border-color: #EA410F; }
span { border-color: rgb(234,65,15); }
td.TdClassName
{
border-color: #EA410F;
}
.TagClassName
{
border-color: #EA410F;
}
</style>