Shades of Orange Red #EC3801
Tints of Orange Red #EC3801
RGB
CMYK
RGB Variations
Color information
#EC3801 (or 0xEC3801) is known color: Orange Red. HEX triplet: EC, 38 and 01. RGB value is (236,56,1). Sum of RGB (Red+Green+Blue) = 236+56+1=293 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.55% from 293); Green value is 56 (22.27% from 255 or 19.11% from 293); Blue value is 1 (0.78% from 255 or 0.34% from 293); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3801 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3801 is #13C7FE. Grayscale: #676767. Windows color (decimal): -1296383 or 80108. OLE color: 80108.
HSL color Cylindrical-coordinate representation of color #EC3801: hue angle of 14.04º 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 #EC3801 is Cyan = 0, Magento = 0.76, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 56 | 1 | - |
| CMYK | 0 | 0.76 | 1.00 | 0.07 |
| HSL | 14.04º | 0.99% | 0.46% | - |
| HSV(B) | 14.04º | 1% | 0.93% | - |
| XYZ | 36.01 | 20.66 | 2.12 | - |
| YUV | 103.55 | 70.13 | 222.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 56 | 1 | 0 | 0.76 | 1.00 | 0.07 | 14.04 | 0.99 | 0.46 |
| Hex | EC | 38 | 1 | 0 | 4C | 64 | 7 | E | 63 | 2E |
| Octal | 354 | 70 | 1 | 0 | 114 | 144 | 7 | 16 | 143 | 56 |
| Binary | 11101100 | 111000 | 1 | 0 | 1001100 | 1100100 | 111 | 1110 | 1100011 | 101110 |
Color Harmonies of #EC3801
Complementary color
Monochromatic Colors of #EC3801
Black with #EC3801
Text Example
Text Example
White with #EC3801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3801; }
p { color: rgb(236,56,1); }
H1.HeaderClassName
{
color: #EC3801;
}
.AnyTagClassName
{
color: #EC3801;
}
</style>
background-color css
<style>
a { background-color: #EC3801; }
a { background-color: rgb(236,56,1); }
div.DivClassName
{
background-color: #EC3801;
}
.BgClassName
{
background-color: #EC3801;
}
</style>
border-color css
<style>
span { border-color: #EC3801; }
span { border-color: rgb(236,56,1); }
td.TdClassName
{
border-color: #EC3801;
}
.TagClassName
{
border-color: #EC3801;
}
</style>