Shades of Orange Red #EA3F16
Tints of Orange Red #EA3F16
RGB
CMYK
RGB Variations
Color information
#EA3F16 (or 0xEA3F16) is known color: Orange Red. HEX triplet: EA, 3F and 16. RGB value is (234,63,22). Sum of RGB (Red+Green+Blue) = 234+63+22=319 (42% of max value = 765). Red value is 234 (91.80% from 255 or 73.35% from 319); Green value is 63 (25% from 255 or 19.75% from 319); Blue value is 22 (8.98% from 255 or 6.90% from 319); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3F16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3F16 is #15C0E9. Grayscale: #6D6D6D. Windows color (decimal): -1425642 or 1458154. OLE color: 1458154.
HSL color Cylindrical-coordinate representation of color #EA3F16: hue angle of 11.6º degrees, saturation: 0.83, 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 #EA3F16 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 63 | 22 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.08 |
| HSL | 11.6º | 0.83% | 0.5% | - |
| HSV(B) | 11.6º | 0.91% | 0.92% | - |
| XYZ | 35.85 | 21.11 | 2.94 | - |
| YUV | 109.46 | 78.65 | 216.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 63 | 22 | 0 | 0.73 | 0.91 | 0.08 | 11.6 | 0.83 | 0.5 |
| Hex | EA | 3F | 16 | 0 | 49 | 5B | 8 | C | 53 | 32 |
| Octal | 352 | 77 | 26 | 0 | 111 | 133 | 10 | 14 | 123 | 62 |
| Binary | 11101010 | 111111 | 10110 | 0 | 1001001 | 1011011 | 1000 | 1100 | 1010011 | 110010 |
Color Harmonies of #EA3F16
Complementary color
Monochromatic Colors of #EA3F16
Black with #EA3F16
Text Example
Text Example
White with #EA3F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3F16; }
p { color: rgb(234,63,22); }
H1.HeaderClassName
{
color: #EA3F16;
}
.AnyTagClassName
{
color: #EA3F16;
}
</style>
background-color css
<style>
a { background-color: #EA3F16; }
a { background-color: rgb(234,63,22); }
div.DivClassName
{
background-color: #EA3F16;
}
.BgClassName
{
background-color: #EA3F16;
}
</style>
border-color css
<style>
span { border-color: #EA3F16; }
span { border-color: rgb(234,63,22); }
td.TdClassName
{
border-color: #EA3F16;
}
.TagClassName
{
border-color: #EA3F16;
}
</style>