Shades of Orange Red #EB3C0B
Tints of Orange Red #EB3C0B
RGB
CMYK
RGB Variations
Color information
#EB3C0B (or 0xEB3C0B) is known color: Orange Red. HEX triplet: EB, 3C and 0B. RGB value is (235,60,11). Sum of RGB (Red+Green+Blue) = 235+60+11=306 (40% of max value = 765). Red value is 235 (92.19% from 255 or 76.80% from 306); Green value is 60 (23.83% from 255 or 19.61% from 306); Blue value is 11 (4.69% from 255 or 3.59% from 306); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3C0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB3C0B is #14C3F4. Grayscale: #6B6B6B. Windows color (decimal): -1360885 or 736491. OLE color: 736491.
HSL color Cylindrical-coordinate representation of color #EB3C0B: hue angle of 13.12º 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 #EB3C0B is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 60 | 11 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.08 |
| HSL | 13.13º | 0.91% | 0.48% | - |
| HSV(B) | 13.13º | 0.95% | 0.92% | - |
| XYZ | 35.94 | 20.92 | 2.46 | - |
| YUV | 106.74 | 73.98 | 219.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 60 | 11 | 0 | 0.74 | 0.95 | 0.08 | 13.13 | 0.91 | 0.48 |
| Hex | EB | 3C | B | 0 | 4A | 5F | 8 | D | 5B | 30 |
| Octal | 353 | 74 | 13 | 0 | 112 | 137 | 10 | 15 | 133 | 60 |
| Binary | 11101011 | 111100 | 1011 | 0 | 1001010 | 1011111 | 1000 | 1101 | 1011011 | 110000 |
Color Harmonies of #EB3C0B
Complementary color
Monochromatic Colors of #EB3C0B
Black with #EB3C0B
Text Example
Text Example
White with #EB3C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB3C0B; }
p { color: rgb(235,60,11); }
H1.HeaderClassName
{
color: #EB3C0B;
}
.AnyTagClassName
{
color: #EB3C0B;
}
</style>
background-color css
<style>
a { background-color: #EB3C0B; }
a { background-color: rgb(235,60,11); }
div.DivClassName
{
background-color: #EB3C0B;
}
.BgClassName
{
background-color: #EB3C0B;
}
</style>
border-color css
<style>
span { border-color: #EB3C0B; }
span { border-color: rgb(235,60,11); }
td.TdClassName
{
border-color: #EB3C0B;
}
.TagClassName
{
border-color: #EB3C0B;
}
</style>