Shades of Orange Red #EC380A
Tints of Orange Red #EC380A
RGB
CMYK
RGB Variations
Color information
#EC380A (or 0xEC380A) is known color: Orange Red. HEX triplet: EC, 38 and 0A. RGB value is (236,56,10). Sum of RGB (Red+Green+Blue) = 236+56+10=302 (40% of max value = 765). Red value is 236 (92.58% from 255 or 78.15% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 10 (4.30% from 255 or 3.31% from 302); Max value from RGB is 236 - color contains mainly: red. Hex color #EC380A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC380A is #13C7F5. Grayscale: #686868. Windows color (decimal): -1296374 or 669932. OLE color: 669932.
HSL color Cylindrical-coordinate representation of color #EC380A: hue angle of 12.21º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC380A is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 56 | 10 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.07 |
| HSL | 12.21º | 0.92% | 0.48% | - |
| HSV(B) | 12.21º | 0.96% | 0.93% | - |
| XYZ | 36.06 | 20.68 | 2.38 | - |
| YUV | 104.58 | 74.63 | 221.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 56 | 10 | 0 | 0.76 | 0.96 | 0.07 | 12.21 | 0.92 | 0.48 |
| Hex | EC | 38 | A | 0 | 4C | 60 | 7 | C | 5C | 30 |
| Octal | 354 | 70 | 12 | 0 | 114 | 140 | 7 | 14 | 134 | 60 |
| Binary | 11101100 | 111000 | 1010 | 0 | 1001100 | 1100000 | 111 | 1100 | 1011100 | 110000 |
Color Harmonies of #EC380A
Complementary color
Monochromatic Colors of #EC380A
Black with #EC380A
Text Example
Text Example
White with #EC380A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC380A; }
p { color: rgb(236,56,10); }
H1.HeaderClassName
{
color: #EC380A;
}
.AnyTagClassName
{
color: #EC380A;
}
</style>
background-color css
<style>
a { background-color: #EC380A; }
a { background-color: rgb(236,56,10); }
div.DivClassName
{
background-color: #EC380A;
}
.BgClassName
{
background-color: #EC380A;
}
</style>
border-color css
<style>
span { border-color: #EC380A; }
span { border-color: rgb(236,56,10); }
td.TdClassName
{
border-color: #EC380A;
}
.TagClassName
{
border-color: #EC380A;
}
</style>