Shades of Orange Red #EC380D
Tints of Orange Red #EC380D
RGB
CMYK
RGB Variations
Color information
#EC380D (or 0xEC380D) is known color: Orange Red. HEX triplet: EC, 38 and 0D. RGB value is (236,56,13). Sum of RGB (Red+Green+Blue) = 236+56+13=305 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.38% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 13 (5.47% from 255 or 4.26% from 305); Max value from RGB is 236 - color contains mainly: red. Hex color #EC380D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC380D is #13C7F2. Grayscale: #696969. Windows color (decimal): -1296371 or 866540. OLE color: 866540.
HSL color Cylindrical-coordinate representation of color #EC380D: hue angle of 11.57º degrees, saturation: 0.9, 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 #EC380D is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 56 | 13 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.07 |
| HSL | 11.57º | 0.9% | 0.49% | - |
| HSV(B) | 11.57º | 0.94% | 0.93% | - |
| XYZ | 36.08 | 20.69 | 2.47 | - |
| YUV | 104.92 | 76.13 | 221.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 56 | 13 | 0 | 0.76 | 0.94 | 0.07 | 11.57 | 0.9 | 0.49 |
| Hex | EC | 38 | D | 0 | 4C | 5E | 7 | C | 5A | 31 |
| Octal | 354 | 70 | 15 | 0 | 114 | 136 | 7 | 14 | 132 | 61 |
| Binary | 11101100 | 111000 | 1101 | 0 | 1001100 | 1011110 | 111 | 1100 | 1011010 | 110001 |
Color Harmonies of #EC380D
Complementary color
Monochromatic Colors of #EC380D
Black with #EC380D
Text Example
Text Example
White with #EC380D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC380D; }
p { color: rgb(236,56,13); }
H1.HeaderClassName
{
color: #EC380D;
}
.AnyTagClassName
{
color: #EC380D;
}
</style>
background-color css
<style>
a { background-color: #EC380D; }
a { background-color: rgb(236,56,13); }
div.DivClassName
{
background-color: #EC380D;
}
.BgClassName
{
background-color: #EC380D;
}
</style>
border-color css
<style>
span { border-color: #EC380D; }
span { border-color: rgb(236,56,13); }
td.TdClassName
{
border-color: #EC380D;
}
.TagClassName
{
border-color: #EC380D;
}
</style>