Shades of Orange Red #EC370B
Tints of Orange Red #EC370B
RGB
CMYK
RGB Variations
Color information
#EC370B (or 0xEC370B) is known color: Orange Red. HEX triplet: EC, 37 and 0B. RGB value is (236,55,11). Sum of RGB (Red+Green+Blue) = 236+55+11=302 (40% of max value = 765). Red value is 236 (92.58% from 255 or 78.15% from 302); Green value is 55 (21.88% from 255 or 18.21% from 302); Blue value is 11 (4.69% from 255 or 3.64% from 302); Max value from RGB is 236 - color contains mainly: red. Hex color #EC370B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC370B is #13C8F4. Grayscale: #686868. Windows color (decimal): -1296629 or 735212. OLE color: 735212.
HSL color Cylindrical-coordinate representation of color #EC370B: hue angle of 11.73º 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 #EC370B is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 55 | 11 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.07 |
| HSL | 11.73º | 0.91% | 0.48% | - |
| HSV(B) | 11.73º | 0.95% | 0.93% | - |
| XYZ | 36.02 | 20.59 | 2.39 | - |
| YUV | 104.1 | 75.47 | 222.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 55 | 11 | 0 | 0.77 | 0.95 | 0.07 | 11.73 | 0.91 | 0.48 |
| Hex | EC | 37 | B | 0 | 4D | 5F | 7 | C | 5B | 30 |
| Octal | 354 | 67 | 13 | 0 | 115 | 137 | 7 | 14 | 133 | 60 |
| Binary | 11101100 | 110111 | 1011 | 0 | 1001101 | 1011111 | 111 | 1100 | 1011011 | 110000 |
Color Harmonies of #EC370B
Complementary color
Monochromatic Colors of #EC370B
Black with #EC370B
Text Example
Text Example
White with #EC370B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC370B; }
p { color: rgb(236,55,11); }
H1.HeaderClassName
{
color: #EC370B;
}
.AnyTagClassName
{
color: #EC370B;
}
</style>
background-color css
<style>
a { background-color: #EC370B; }
a { background-color: rgb(236,55,11); }
div.DivClassName
{
background-color: #EC370B;
}
.BgClassName
{
background-color: #EC370B;
}
</style>
border-color css
<style>
span { border-color: #EC370B; }
span { border-color: rgb(236,55,11); }
td.TdClassName
{
border-color: #EC370B;
}
.TagClassName
{
border-color: #EC370B;
}
</style>