Shades of Orange Red #EB3A00
Tints of Orange Red #EB3A00
RGB
CMYK
RGB Variations
Color information
#EB3A00 (or 0xEB3A00) is known color: Orange Red. HEX triplet: EB, 3A and 00. RGB value is (235,58,0). Sum of RGB (Red+Green+Blue) = 235+58+0=293 (38% of max value = 765). Red value is 235 (92.19% from 255 or 80.20% from 293); Green value is 58 (23.05% from 255 or 19.80% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3A00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB3A00 is #14C5FF. Grayscale: #686868. Windows color (decimal): -1361408 or 15083. OLE color: 15083.
HSL color Cylindrical-coordinate representation of color #EB3A00: hue angle of 14.81º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB3A00 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 58 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.08 |
| HSL | 14.81º | 1% | 0.46% | - |
| HSV(B) | 14.81º | 1% | 0.92% | - |
| XYZ | 35.77 | 20.69 | 2.11 | - |
| YUV | 104.31 | 69.14 | 221.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 58 | 0 | 0 | 0.75 | 1 | 0.08 | 14.81 | 1 | 0.46 |
| Hex | EB | 3A | 0 | 0 | 4B | 64 | 8 | F | 64 | 2E |
| Octal | 353 | 72 | 0 | 0 | 113 | 144 | 10 | 17 | 144 | 56 |
| Binary | 11101011 | 111010 | 0 | 0 | 1001011 | 1100100 | 1000 | 1111 | 1100100 | 101110 |
Color Harmonies of #EB3A00
Complementary color
Monochromatic Colors of #EB3A00
Black with #EB3A00
Text Example
Text Example
White with #EB3A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB3A00; }
p { color: rgb(235,58,0); }
H1.HeaderClassName
{
color: #EB3A00;
}
.AnyTagClassName
{
color: #EB3A00;
}
</style>
background-color css
<style>
a { background-color: #EB3A00; }
a { background-color: rgb(235,58,0); }
div.DivClassName
{
background-color: #EB3A00;
}
.BgClassName
{
background-color: #EB3A00;
}
</style>
border-color css
<style>
span { border-color: #EB3A00; }
span { border-color: rgb(235,58,0); }
td.TdClassName
{
border-color: #EB3A00;
}
.TagClassName
{
border-color: #EB3A00;
}
</style>