Shades of Orange Red #EC3800
Tints of Orange Red #EC3800
RGB
CMYK
RGB Variations
Color information
#EC3800 (or 0xEC3800) is known color: Orange Red. HEX triplet: EC, 38 and 00. RGB value is (236,56,0). Sum of RGB (Red+Green+Blue) = 236+56+0=292 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.82% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3800 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3800 is #13C7FF. Grayscale: #676767. Windows color (decimal): -1296384 or 14572. OLE color: 14572.
HSL color Cylindrical-coordinate representation of color #EC3800: hue angle of 14.24º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC3800 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 56 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.07 |
| HSL | 14.24º | 1% | 0.46% | - |
| HSV(B) | 14.24º | 1% | 0.93% | - |
| XYZ | 36.01 | 20.66 | 2.09 | - |
| YUV | 103.44 | 69.63 | 222.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 56 | 0 | 0 | 0.76 | 1 | 0.07 | 14.24 | 1 | 0.46 |
| Hex | EC | 38 | 0 | 0 | 4C | 64 | 7 | E | 64 | 2E |
| Octal | 354 | 70 | 0 | 0 | 114 | 144 | 7 | 16 | 144 | 56 |
| Binary | 11101100 | 111000 | 0 | 0 | 1001100 | 1100100 | 111 | 1110 | 1100100 | 101110 |
Color Harmonies of #EC3800
Complementary color
Monochromatic Colors of #EC3800
Black with #EC3800
Text Example
Text Example
White with #EC3800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3800; }
p { color: rgb(236,56,0); }
H1.HeaderClassName
{
color: #EC3800;
}
.AnyTagClassName
{
color: #EC3800;
}
</style>
background-color css
<style>
a { background-color: #EC3800; }
a { background-color: rgb(236,56,0); }
div.DivClassName
{
background-color: #EC3800;
}
.BgClassName
{
background-color: #EC3800;
}
</style>
border-color css
<style>
span { border-color: #EC3800; }
span { border-color: rgb(236,56,0); }
td.TdClassName
{
border-color: #EC3800;
}
.TagClassName
{
border-color: #EC3800;
}
</style>