Shades of Orange Red #EC3D00
Tints of Orange Red #EC3D00
RGB
CMYK
RGB Variations
Color information
#EC3D00 (or 0xEC3D00) is known color: Orange Red. HEX triplet: EC, 3D and 00. RGB value is (236,61,0). Sum of RGB (Red+Green+Blue) = 236+61+0=297 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.46% from 297); Green value is 61 (24.22% from 255 or 20.54% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3D00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3D00 is #13C2FF. Grayscale: #6A6A6A. Windows color (decimal): -1295104 or 15852. OLE color: 15852.
HSL color Cylindrical-coordinate representation of color #EC3D00: hue angle of 15.51º 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 #EC3D00 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 61 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.07 |
| HSL | 15.51º | 1% | 0.46% | - |
| HSV(B) | 15.51º | 1% | 0.93% | - |
| XYZ | 36.26 | 21.17 | 2.18 | - |
| YUV | 106.37 | 67.98 | 220.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 61 | 0 | 0 | 0.74 | 1 | 0.07 | 15.51 | 1 | 0.46 |
| Hex | EC | 3D | 0 | 0 | 4A | 64 | 7 | 10 | 64 | 2E |
| Octal | 354 | 75 | 0 | 0 | 112 | 144 | 7 | 20 | 144 | 56 |
| Binary | 11101100 | 111101 | 0 | 0 | 1001010 | 1100100 | 111 | 10000 | 1100100 | 101110 |
Color Harmonies of #EC3D00
Complementary color
Monochromatic Colors of #EC3D00
Black with #EC3D00
Text Example
Text Example
White with #EC3D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3D00; }
p { color: rgb(236,61,0); }
H1.HeaderClassName
{
color: #EC3D00;
}
.AnyTagClassName
{
color: #EC3D00;
}
</style>
background-color css
<style>
a { background-color: #EC3D00; }
a { background-color: rgb(236,61,0); }
div.DivClassName
{
background-color: #EC3D00;
}
.BgClassName
{
background-color: #EC3D00;
}
</style>
border-color css
<style>
span { border-color: #EC3D00; }
span { border-color: rgb(236,61,0); }
td.TdClassName
{
border-color: #EC3D00;
}
.TagClassName
{
border-color: #EC3D00;
}
</style>