Shades of Orange Red #EC380E
Tints of Orange Red #EC380E
RGB
CMYK
RGB Variations
Color information
#EC380E (or 0xEC380E) is known color: Orange Red. HEX triplet: EC, 38 and 0E. RGB value is (236,56,14). Sum of RGB (Red+Green+Blue) = 236+56+14=306 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.12% from 306); Green value is 56 (22.27% from 255 or 18.30% from 306); Blue value is 14 (5.86% from 255 or 4.58% from 306); Max value from RGB is 236 - color contains mainly: red. Hex color #EC380E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC380E is #13C7F1. Grayscale: #696969. Windows color (decimal): -1296370 or 932076. OLE color: 932076.
HSL color Cylindrical-coordinate representation of color #EC380E: hue angle of 11.35º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC380E is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 56 | 14 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.07 |
| HSL | 11.35º | 0.89% | 0.49% | - |
| HSV(B) | 11.35º | 0.94% | 0.93% | - |
| XYZ | 36.09 | 20.69 | 2.51 | - |
| YUV | 105.03 | 76.63 | 221.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 56 | 14 | 0 | 0.76 | 0.94 | 0.07 | 11.35 | 0.89 | 0.49 |
| Hex | EC | 38 | E | 0 | 4C | 5E | 7 | B | 59 | 31 |
| Octal | 354 | 70 | 16 | 0 | 114 | 136 | 7 | 13 | 131 | 61 |
| Binary | 11101100 | 111000 | 1110 | 0 | 1001100 | 1011110 | 111 | 1011 | 1011001 | 110001 |
Color Harmonies of #EC380E
Complementary color
Monochromatic Colors of #EC380E
Black with #EC380E
Text Example
Text Example
White with #EC380E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC380E; }
p { color: rgb(236,56,14); }
H1.HeaderClassName
{
color: #EC380E;
}
.AnyTagClassName
{
color: #EC380E;
}
</style>
background-color css
<style>
a { background-color: #EC380E; }
a { background-color: rgb(236,56,14); }
div.DivClassName
{
background-color: #EC380E;
}
.BgClassName
{
background-color: #EC380E;
}
</style>
border-color css
<style>
span { border-color: #EC380E; }
span { border-color: rgb(236,56,14); }
td.TdClassName
{
border-color: #EC380E;
}
.TagClassName
{
border-color: #EC380E;
}
</style>