Shades of Orange Red #EC3D09
Tints of Orange Red #EC3D09
RGB
CMYK
RGB Variations
Color information
#EC3D09 (or 0xEC3D09) is known color: Orange Red. HEX triplet: EC, 3D and 09. RGB value is (236,61,9). Sum of RGB (Red+Green+Blue) = 236+61+9=306 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.12% from 306); Green value is 61 (24.22% from 255 or 19.93% from 306); Blue value is 9 (3.91% from 255 or 2.94% from 306); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3D09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3D09 is #13C2F6. Grayscale: #6B6B6B. Windows color (decimal): -1295095 or 605676. OLE color: 605676.
HSL color Cylindrical-coordinate representation of color #EC3D09: hue angle of 13.74º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC3D09 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 61 | 9 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.07 |
| HSL | 13.74º | 0.93% | 0.48% | - |
| HSV(B) | 13.74º | 0.96% | 0.93% | - |
| XYZ | 36.31 | 21.19 | 2.43 | - |
| YUV | 107.4 | 72.48 | 219.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 61 | 9 | 0 | 0.74 | 0.96 | 0.07 | 13.74 | 0.93 | 0.48 |
| Hex | EC | 3D | 9 | 0 | 4A | 60 | 7 | E | 5D | 30 |
| Octal | 354 | 75 | 11 | 0 | 112 | 140 | 7 | 16 | 135 | 60 |
| Binary | 11101100 | 111101 | 1001 | 0 | 1001010 | 1100000 | 111 | 1110 | 1011101 | 110000 |
Color Harmonies of #EC3D09
Complementary color
Monochromatic Colors of #EC3D09
Black with #EC3D09
Text Example
Text Example
White with #EC3D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3D09; }
p { color: rgb(236,61,9); }
H1.HeaderClassName
{
color: #EC3D09;
}
.AnyTagClassName
{
color: #EC3D09;
}
</style>
background-color css
<style>
a { background-color: #EC3D09; }
a { background-color: rgb(236,61,9); }
div.DivClassName
{
background-color: #EC3D09;
}
.BgClassName
{
background-color: #EC3D09;
}
</style>
border-color css
<style>
span { border-color: #EC3D09; }
span { border-color: rgb(236,61,9); }
td.TdClassName
{
border-color: #EC3D09;
}
.TagClassName
{
border-color: #EC3D09;
}
</style>