Shades of Orange Red #EA3A0B
Tints of Orange Red #EA3A0B
RGB
CMYK
RGB Variations
Color information
#EA3A0B (or 0xEA3A0B) is known color: Orange Red. HEX triplet: EA, 3A and 0B. RGB value is (234,58,11). Sum of RGB (Red+Green+Blue) = 234+58+11=303 (40% of max value = 765). Red value is 234 (91.80% from 255 or 77.23% from 303); Green value is 58 (23.05% from 255 or 19.14% from 303); Blue value is 11 (4.69% from 255 or 3.63% from 303); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3A0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3A0B is #15C5F4. Grayscale: #696969. Windows color (decimal): -1426933 or 735978. OLE color: 735978.
HSL color Cylindrical-coordinate representation of color #EA3A0B: hue angle of 12.65º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA3A0B is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 58 | 11 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.08 |
| HSL | 12.65º | 0.91% | 0.48% | - |
| HSV(B) | 12.65º | 0.95% | 0.92% | - |
| XYZ | 35.51 | 20.54 | 2.41 | - |
| YUV | 105.27 | 74.81 | 219.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 58 | 11 | 0 | 0.75 | 0.95 | 0.08 | 12.65 | 0.91 | 0.48 |
| Hex | EA | 3A | B | 0 | 4B | 5F | 8 | D | 5B | 30 |
| Octal | 352 | 72 | 13 | 0 | 113 | 137 | 10 | 15 | 133 | 60 |
| Binary | 11101010 | 111010 | 1011 | 0 | 1001011 | 1011111 | 1000 | 1101 | 1011011 | 110000 |
Color Harmonies of #EA3A0B
Complementary color
Monochromatic Colors of #EA3A0B
Black with #EA3A0B
Text Example
Text Example
White with #EA3A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3A0B; }
p { color: rgb(234,58,11); }
H1.HeaderClassName
{
color: #EA3A0B;
}
.AnyTagClassName
{
color: #EA3A0B;
}
</style>
background-color css
<style>
a { background-color: #EA3A0B; }
a { background-color: rgb(234,58,11); }
div.DivClassName
{
background-color: #EA3A0B;
}
.BgClassName
{
background-color: #EA3A0B;
}
</style>
border-color css
<style>
span { border-color: #EA3A0B; }
span { border-color: rgb(234,58,11); }
td.TdClassName
{
border-color: #EA3A0B;
}
.TagClassName
{
border-color: #EA3A0B;
}
</style>