Shades of Orange Red #EB360C
Tints of Orange Red #EB360C
RGB
CMYK
RGB Variations
Color information
#EB360C (or 0xEB360C) is known color: Orange Red. HEX triplet: EB, 36 and 0C. RGB value is (235,54,12). Sum of RGB (Red+Green+Blue) = 235+54+12=301 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.07% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 235 - color contains mainly: red. Hex color #EB360C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB360C is #14C9F3. Grayscale: #676767. Windows color (decimal): -1362420 or 800491. OLE color: 800491.
HSL color Cylindrical-coordinate representation of color #EB360C: hue angle of 11.3º degrees, saturation: 0.9, 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 #EB360C is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 54 | 12 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.08 |
| HSL | 11.3º | 0.9% | 0.48% | - |
| HSV(B) | 11.3º | 0.95% | 0.92% | - |
| XYZ | 35.65 | 20.33 | 2.39 | - |
| YUV | 103.33 | 76.47 | 221.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 54 | 12 | 0 | 0.77 | 0.95 | 0.08 | 11.3 | 0.9 | 0.48 |
| Hex | EB | 36 | C | 0 | 4D | 5F | 8 | B | 5A | 30 |
| Octal | 353 | 66 | 14 | 0 | 115 | 137 | 10 | 13 | 132 | 60 |
| Binary | 11101011 | 110110 | 1100 | 0 | 1001101 | 1011111 | 1000 | 1011 | 1011010 | 110000 |
Color Harmonies of #EB360C
Complementary color
Monochromatic Colors of #EB360C
Black with #EB360C
Text Example
Text Example
White with #EB360C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB360C; }
p { color: rgb(235,54,12); }
H1.HeaderClassName
{
color: #EB360C;
}
.AnyTagClassName
{
color: #EB360C;
}
</style>
background-color css
<style>
a { background-color: #EB360C; }
a { background-color: rgb(235,54,12); }
div.DivClassName
{
background-color: #EB360C;
}
.BgClassName
{
background-color: #EB360C;
}
</style>
border-color css
<style>
span { border-color: #EB360C; }
span { border-color: rgb(235,54,12); }
td.TdClassName
{
border-color: #EB360C;
}
.TagClassName
{
border-color: #EB360C;
}
</style>