Shades of Orange Red #EC370C
Tints of Orange Red #EC370C
RGB
CMYK
RGB Variations
Color information
#EC370C (or 0xEC370C) is known color: Orange Red. HEX triplet: EC, 37 and 0C. RGB value is (236,55,12). Sum of RGB (Red+Green+Blue) = 236+55+12=303 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.89% from 303); Green value is 55 (21.88% from 255 or 18.15% from 303); Blue value is 12 (5.08% from 255 or 3.96% from 303); Max value from RGB is 236 - color contains mainly: red. Hex color #EC370C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC370C is #13C8F3. Grayscale: #686868. Windows color (decimal): -1296628 or 800748. OLE color: 800748.
HSL color Cylindrical-coordinate representation of color #EC370C: hue angle of 11.52º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC370C is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 55 | 12 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.07 |
| HSL | 11.52º | 0.9% | 0.49% | - |
| HSV(B) | 11.52º | 0.95% | 0.93% | - |
| XYZ | 36.02 | 20.59 | 2.42 | - |
| YUV | 104.22 | 75.97 | 222 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 55 | 12 | 0 | 0.77 | 0.95 | 0.07 | 11.52 | 0.9 | 0.49 |
| Hex | EC | 37 | C | 0 | 4D | 5F | 7 | C | 5A | 31 |
| Octal | 354 | 67 | 14 | 0 | 115 | 137 | 7 | 14 | 132 | 61 |
| Binary | 11101100 | 110111 | 1100 | 0 | 1001101 | 1011111 | 111 | 1100 | 1011010 | 110001 |
Color Harmonies of #EC370C
Complementary color
Monochromatic Colors of #EC370C
Black with #EC370C
Text Example
Text Example
White with #EC370C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC370C; }
p { color: rgb(236,55,12); }
H1.HeaderClassName
{
color: #EC370C;
}
.AnyTagClassName
{
color: #EC370C;
}
</style>
background-color css
<style>
a { background-color: #EC370C; }
a { background-color: rgb(236,55,12); }
div.DivClassName
{
background-color: #EC370C;
}
.BgClassName
{
background-color: #EC370C;
}
</style>
border-color css
<style>
span { border-color: #EC370C; }
span { border-color: rgb(236,55,12); }
td.TdClassName
{
border-color: #EC370C;
}
.TagClassName
{
border-color: #EC370C;
}
</style>