Shades of Orange Red #EB3F0A
Tints of Orange Red #EB3F0A
RGB
CMYK
RGB Variations
Color information
#EB3F0A (or 0xEB3F0A) is known color: Orange Red. HEX triplet: EB, 3F and 0A. RGB value is (235,63,10). Sum of RGB (Red+Green+Blue) = 235+63+10=308 (40% of max value = 765). Red value is 235 (92.19% from 255 or 76.30% from 308); Green value is 63 (25% from 255 or 20.45% from 308); Blue value is 10 (4.30% from 255 or 3.25% from 308); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3F0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB3F0A is #14C0F5. Grayscale: #6C6C6C. Windows color (decimal): -1360118 or 671723. OLE color: 671723.
HSL color Cylindrical-coordinate representation of color #EB3F0A: hue angle of 14.13º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EB3F0A is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 63 | 10 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.08 |
| HSL | 14.13º | 0.92% | 0.48% | - |
| HSV(B) | 14.13º | 0.96% | 0.92% | - |
| XYZ | 36.09 | 21.24 | 2.48 | - |
| YUV | 108.39 | 72.48 | 218.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 63 | 10 | 0 | 0.73 | 0.96 | 0.08 | 14.13 | 0.92 | 0.48 |
| Hex | EB | 3F | A | 0 | 49 | 60 | 8 | E | 5C | 30 |
| Octal | 353 | 77 | 12 | 0 | 111 | 140 | 10 | 16 | 134 | 60 |
| Binary | 11101011 | 111111 | 1010 | 0 | 1001001 | 1100000 | 1000 | 1110 | 1011100 | 110000 |
Color Harmonies of #EB3F0A
Complementary color
Monochromatic Colors of #EB3F0A
Black with #EB3F0A
Text Example
Text Example
White with #EB3F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB3F0A; }
p { color: rgb(235,63,10); }
H1.HeaderClassName
{
color: #EB3F0A;
}
.AnyTagClassName
{
color: #EB3F0A;
}
</style>
background-color css
<style>
a { background-color: #EB3F0A; }
a { background-color: rgb(235,63,10); }
div.DivClassName
{
background-color: #EB3F0A;
}
.BgClassName
{
background-color: #EB3F0A;
}
</style>
border-color css
<style>
span { border-color: #EB3F0A; }
span { border-color: rgb(235,63,10); }
td.TdClassName
{
border-color: #EB3F0A;
}
.TagClassName
{
border-color: #EB3F0A;
}
</style>