Shades of Orange Red #EB3E16
Tints of Orange Red #EB3E16
RGB
CMYK
RGB Variations
Color information
#EB3E16 (or 0xEB3E16) is known color: Orange Red. HEX triplet: EB, 3E and 16. RGB value is (235,62,22). Sum of RGB (Red+Green+Blue) = 235+62+22=319 (42% of max value = 765). Red value is 235 (92.19% from 255 or 73.67% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 22 (8.98% from 255 or 6.90% from 319); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3E16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB3E16 is #14C1E9. Grayscale: #6D6D6D. Windows color (decimal): -1360362 or 1457899. OLE color: 1457899.
HSL color Cylindrical-coordinate representation of color #EB3E16: hue angle of 11.27º degrees, saturation: 0.84, 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 #EB3E16 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 62 | 22 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.08 |
| HSL | 11.27º | 0.84% | 0.5% | - |
| HSV(B) | 11.27º | 0.91% | 0.92% | - |
| XYZ | 36.13 | 21.17 | 2.94 | - |
| YUV | 109.17 | 78.81 | 217.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 62 | 22 | 0 | 0.74 | 0.91 | 0.08 | 11.27 | 0.84 | 0.5 |
| Hex | EB | 3E | 16 | 0 | 4A | 5B | 8 | B | 54 | 32 |
| Octal | 353 | 76 | 26 | 0 | 112 | 133 | 10 | 13 | 124 | 62 |
| Binary | 11101011 | 111110 | 10110 | 0 | 1001010 | 1011011 | 1000 | 1011 | 1010100 | 110010 |
Color Harmonies of #EB3E16
Complementary color
Monochromatic Colors of #EB3E16
Black with #EB3E16
Text Example
Text Example
White with #EB3E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB3E16; }
p { color: rgb(235,62,22); }
H1.HeaderClassName
{
color: #EB3E16;
}
.AnyTagClassName
{
color: #EB3E16;
}
</style>
background-color css
<style>
a { background-color: #EB3E16; }
a { background-color: rgb(235,62,22); }
div.DivClassName
{
background-color: #EB3E16;
}
.BgClassName
{
background-color: #EB3E16;
}
</style>
border-color css
<style>
span { border-color: #EB3E16; }
span { border-color: rgb(235,62,22); }
td.TdClassName
{
border-color: #EB3E16;
}
.TagClassName
{
border-color: #EB3E16;
}
</style>