Shades of Orange Red #EC360B
Tints of Orange Red #EC360B
RGB
CMYK
RGB Variations
Color information
#EC360B (or 0xEC360B) is known color: Orange Red. HEX triplet: EC, 36 and 0B. RGB value is (236,54,11). Sum of RGB (Red+Green+Blue) = 236+54+11=301 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.41% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 236 - color contains mainly: red. Hex color #EC360B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC360B is #13C9F4. Grayscale: #676767. Windows color (decimal): -1296885 or 734956. OLE color: 734956.
HSL color Cylindrical-coordinate representation of color #EC360B: hue angle of 11.47º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC360B is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 54 | 11 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.07 |
| HSL | 11.47º | 0.91% | 0.48% | - |
| HSV(B) | 11.47º | 0.95% | 0.93% | - |
| XYZ | 35.97 | 20.5 | 2.38 | - |
| YUV | 103.52 | 75.8 | 222.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 54 | 11 | 0 | 0.77 | 0.95 | 0.07 | 11.47 | 0.91 | 0.48 |
| Hex | EC | 36 | B | 0 | 4D | 5F | 7 | B | 5B | 30 |
| Octal | 354 | 66 | 13 | 0 | 115 | 137 | 7 | 13 | 133 | 60 |
| Binary | 11101100 | 110110 | 1011 | 0 | 1001101 | 1011111 | 111 | 1011 | 1011011 | 110000 |
Color Harmonies of #EC360B
Complementary color
Monochromatic Colors of #EC360B
Black with #EC360B
Text Example
Text Example
White with #EC360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC360B; }
p { color: rgb(236,54,11); }
H1.HeaderClassName
{
color: #EC360B;
}
.AnyTagClassName
{
color: #EC360B;
}
</style>
background-color css
<style>
a { background-color: #EC360B; }
a { background-color: rgb(236,54,11); }
div.DivClassName
{
background-color: #EC360B;
}
.BgClassName
{
background-color: #EC360B;
}
</style>
border-color css
<style>
span { border-color: #EC360B; }
span { border-color: rgb(236,54,11); }
td.TdClassName
{
border-color: #EC360B;
}
.TagClassName
{
border-color: #EC360B;
}
</style>