Shades of Orange Red #EC3C01
Tints of Orange Red #EC3C01
RGB
CMYK
RGB Variations
Color information
#EC3C01 (or 0xEC3C01) is known color: Orange Red. HEX triplet: EC, 3C and 01. RGB value is (236,60,1). Sum of RGB (Red+Green+Blue) = 236+60+1=297 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.46% from 297); Green value is 60 (23.83% from 255 or 20.20% from 297); Blue value is 1 (0.78% from 255 or 0.34% from 297); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3C01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3C01 is #13C3FE. Grayscale: #6A6A6A. Windows color (decimal): -1295359 or 81132. OLE color: 81132.
HSL color Cylindrical-coordinate representation of color #EC3C01: hue angle of 15.06º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC3C01 is Cyan = 0, Magento = 0.75, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 60 | 1 | - |
| CMYK | 0 | 0.75 | 1.00 | 0.07 |
| HSL | 15.06º | 0.99% | 0.46% | - |
| HSV(B) | 15.06º | 1% | 0.93% | - |
| XYZ | 36.21 | 21.07 | 2.19 | - |
| YUV | 105.9 | 68.81 | 220.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 60 | 1 | 0 | 0.75 | 1.00 | 0.07 | 15.06 | 0.99 | 0.46 |
| Hex | EC | 3C | 1 | 0 | 4B | 64 | 7 | F | 63 | 2E |
| Octal | 354 | 74 | 1 | 0 | 113 | 144 | 7 | 17 | 143 | 56 |
| Binary | 11101100 | 111100 | 1 | 0 | 1001011 | 1100100 | 111 | 1111 | 1100011 | 101110 |
Color Harmonies of #EC3C01
Complementary color
Monochromatic Colors of #EC3C01
Black with #EC3C01
Text Example
Text Example
White with #EC3C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3C01; }
p { color: rgb(236,60,1); }
H1.HeaderClassName
{
color: #EC3C01;
}
.AnyTagClassName
{
color: #EC3C01;
}
</style>
background-color css
<style>
a { background-color: #EC3C01; }
a { background-color: rgb(236,60,1); }
div.DivClassName
{
background-color: #EC3C01;
}
.BgClassName
{
background-color: #EC3C01;
}
</style>
border-color css
<style>
span { border-color: #EC3C01; }
span { border-color: rgb(236,60,1); }
td.TdClassName
{
border-color: #EC3C01;
}
.TagClassName
{
border-color: #EC3C01;
}
</style>