Shades of Orange Red #EC3901
Tints of Orange Red #EC3901
RGB
CMYK
RGB Variations
Color information
#EC3901 (or 0xEC3901) is known color: Orange Red. HEX triplet: EC, 39 and 01. RGB value is (236,57,1). Sum of RGB (Red+Green+Blue) = 236+57+1=294 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.27% from 294); Green value is 57 (22.66% from 255 or 19.39% from 294); Blue value is 1 (0.78% from 255 or 0.34% from 294); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3901 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3901 is #13C6FE. Grayscale: #686868. Windows color (decimal): -1296127 or 80364. OLE color: 80364.
HSL color Cylindrical-coordinate representation of color #EC3901: hue angle of 14.3º 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 #EC3901 is Cyan = 0, Magento = 0.76, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 57 | 1 | - |
| CMYK | 0 | 0.76 | 1.00 | 0.07 |
| HSL | 14.3º | 0.99% | 0.46% | - |
| HSV(B) | 14.3º | 1% | 0.93% | - |
| XYZ | 36.06 | 20.76 | 2.14 | - |
| YUV | 104.14 | 69.8 | 222.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 57 | 1 | 0 | 0.76 | 1.00 | 0.07 | 14.3 | 0.99 | 0.46 |
| Hex | EC | 39 | 1 | 0 | 4C | 64 | 7 | E | 63 | 2E |
| Octal | 354 | 71 | 1 | 0 | 114 | 144 | 7 | 16 | 143 | 56 |
| Binary | 11101100 | 111001 | 1 | 0 | 1001100 | 1100100 | 111 | 1110 | 1100011 | 101110 |
Color Harmonies of #EC3901
Complementary color
Monochromatic Colors of #EC3901
Black with #EC3901
Text Example
Text Example
White with #EC3901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3901; }
p { color: rgb(236,57,1); }
H1.HeaderClassName
{
color: #EC3901;
}
.AnyTagClassName
{
color: #EC3901;
}
</style>
background-color css
<style>
a { background-color: #EC3901; }
a { background-color: rgb(236,57,1); }
div.DivClassName
{
background-color: #EC3901;
}
.BgClassName
{
background-color: #EC3901;
}
</style>
border-color css
<style>
span { border-color: #EC3901; }
span { border-color: rgb(236,57,1); }
td.TdClassName
{
border-color: #EC3901;
}
.TagClassName
{
border-color: #EC3901;
}
</style>