Shades of Orange Red #EC380B
Tints of Orange Red #EC380B
RGB
CMYK
RGB Variations
Color information
#EC380B (or 0xEC380B) is known color: Orange Red. HEX triplet: EC, 38 and 0B. RGB value is (236,56,11). Sum of RGB (Red+Green+Blue) = 236+56+11=303 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.89% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 11 (4.69% from 255 or 3.63% from 303); Max value from RGB is 236 - color contains mainly: red. Hex color #EC380B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC380B is #13C7F4. Grayscale: #696969. Windows color (decimal): -1296373 or 735468. OLE color: 735468.
HSL color Cylindrical-coordinate representation of color #EC380B: hue angle of 12º 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 #EC380B is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 56 | 11 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.07 |
| HSL | 12º | 0.91% | 0.48% | - |
| HSV(B) | 12º | 0.95% | 0.93% | - |
| XYZ | 36.07 | 20.69 | 2.41 | - |
| YUV | 104.69 | 75.13 | 221.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 56 | 11 | 0 | 0.76 | 0.95 | 0.07 | 12 | 0.91 | 0.48 |
| Hex | EC | 38 | B | 0 | 4C | 5F | 7 | C | 5B | 30 |
| Octal | 354 | 70 | 13 | 0 | 114 | 137 | 7 | 14 | 133 | 60 |
| Binary | 11101100 | 111000 | 1011 | 0 | 1001100 | 1011111 | 111 | 1100 | 1011011 | 110000 |
Color Harmonies of #EC380B
Complementary color
Monochromatic Colors of #EC380B
Black with #EC380B
Text Example
Text Example
White with #EC380B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC380B; }
p { color: rgb(236,56,11); }
H1.HeaderClassName
{
color: #EC380B;
}
.AnyTagClassName
{
color: #EC380B;
}
</style>
background-color css
<style>
a { background-color: #EC380B; }
a { background-color: rgb(236,56,11); }
div.DivClassName
{
background-color: #EC380B;
}
.BgClassName
{
background-color: #EC380B;
}
</style>
border-color css
<style>
span { border-color: #EC380B; }
span { border-color: rgb(236,56,11); }
td.TdClassName
{
border-color: #EC380B;
}
.TagClassName
{
border-color: #EC380B;
}
</style>