Shades of Orange Red #EC390C
Tints of Orange Red #EC390C
RGB
CMYK
RGB Variations
Color information
#EC390C (or 0xEC390C) is known color: Orange Red. HEX triplet: EC, 39 and 0C. RGB value is (236,57,12). Sum of RGB (Red+Green+Blue) = 236+57+12=305 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.38% from 305); Green value is 57 (22.66% from 255 or 18.69% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 236 - color contains mainly: red. Hex color #EC390C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC390C is #13C6F3. Grayscale: #696969. Windows color (decimal): -1296116 or 801260. OLE color: 801260.
HSL color Cylindrical-coordinate representation of color #EC390C: hue angle of 12.05º 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 #EC390C is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 57 | 12 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.07 |
| HSL | 12.05º | 0.9% | 0.49% | - |
| HSV(B) | 12.05º | 0.95% | 0.93% | - |
| XYZ | 36.12 | 20.79 | 2.46 | - |
| YUV | 105.39 | 75.3 | 221.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 57 | 12 | 0 | 0.76 | 0.95 | 0.07 | 12.05 | 0.9 | 0.49 |
| Hex | EC | 39 | C | 0 | 4C | 5F | 7 | C | 5A | 31 |
| Octal | 354 | 71 | 14 | 0 | 114 | 137 | 7 | 14 | 132 | 61 |
| Binary | 11101100 | 111001 | 1100 | 0 | 1001100 | 1011111 | 111 | 1100 | 1011010 | 110001 |
Color Harmonies of #EC390C
Complementary color
Monochromatic Colors of #EC390C
Black with #EC390C
Text Example
Text Example
White with #EC390C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC390C; }
p { color: rgb(236,57,12); }
H1.HeaderClassName
{
color: #EC390C;
}
.AnyTagClassName
{
color: #EC390C;
}
</style>
background-color css
<style>
a { background-color: #EC390C; }
a { background-color: rgb(236,57,12); }
div.DivClassName
{
background-color: #EC390C;
}
.BgClassName
{
background-color: #EC390C;
}
</style>
border-color css
<style>
span { border-color: #EC390C; }
span { border-color: rgb(236,57,12); }
td.TdClassName
{
border-color: #EC390C;
}
.TagClassName
{
border-color: #EC390C;
}
</style>