Shades of Orange Red #EC390B
Tints of Orange Red #EC390B
RGB
CMYK
RGB Variations
Color information
#EC390B (or 0xEC390B) is known color: Orange Red. HEX triplet: EC, 39 and 0B. RGB value is (236,57,11). Sum of RGB (Red+Green+Blue) = 236+57+11=304 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.63% from 304); Green value is 57 (22.66% from 255 or 18.75% from 304); Blue value is 11 (4.69% from 255 or 3.62% from 304); Max value from RGB is 236 - color contains mainly: red. Hex color #EC390B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC390B is #13C6F4. Grayscale: #696969. Windows color (decimal): -1296117 or 735724. OLE color: 735724.
HSL color Cylindrical-coordinate representation of color #EC390B: hue angle of 12.27º 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 #EC390B is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 57 | 11 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.07 |
| HSL | 12.27º | 0.91% | 0.48% | - |
| HSV(B) | 12.27º | 0.95% | 0.93% | - |
| XYZ | 36.12 | 20.78 | 2.42 | - |
| YUV | 105.28 | 74.8 | 221.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 57 | 11 | 0 | 0.76 | 0.95 | 0.07 | 12.27 | 0.91 | 0.48 |
| Hex | EC | 39 | B | 0 | 4C | 5F | 7 | C | 5B | 30 |
| Octal | 354 | 71 | 13 | 0 | 114 | 137 | 7 | 14 | 133 | 60 |
| Binary | 11101100 | 111001 | 1011 | 0 | 1001100 | 1011111 | 111 | 1100 | 1011011 | 110000 |
Color Harmonies of #EC390B
Complementary color
Monochromatic Colors of #EC390B
Black with #EC390B
Text Example
Text Example
White with #EC390B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC390B; }
p { color: rgb(236,57,11); }
H1.HeaderClassName
{
color: #EC390B;
}
.AnyTagClassName
{
color: #EC390B;
}
</style>
background-color css
<style>
a { background-color: #EC390B; }
a { background-color: rgb(236,57,11); }
div.DivClassName
{
background-color: #EC390B;
}
.BgClassName
{
background-color: #EC390B;
}
</style>
border-color css
<style>
span { border-color: #EC390B; }
span { border-color: rgb(236,57,11); }
td.TdClassName
{
border-color: #EC390B;
}
.TagClassName
{
border-color: #EC390B;
}
</style>