Shades of Orange Red #EC3D0C
Tints of Orange Red #EC3D0C
RGB
CMYK
RGB Variations
Color information
#EC3D0C (or 0xEC3D0C) is known color: Orange Red. HEX triplet: EC, 3D and 0C. RGB value is (236,61,12). Sum of RGB (Red+Green+Blue) = 236+61+12=309 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.38% from 309); Green value is 61 (24.22% from 255 or 19.74% from 309); Blue value is 12 (5.08% from 255 or 3.88% from 309); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3D0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3D0C is #13C2F3. Grayscale: #6C6C6C. Windows color (decimal): -1295092 or 802284. OLE color: 802284.
HSL color Cylindrical-coordinate representation of color #EC3D0C: hue angle of 13.12º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC3D0C is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 61 | 12 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.07 |
| HSL | 13.13º | 0.9% | 0.49% | - |
| HSV(B) | 13.13º | 0.95% | 0.93% | - |
| XYZ | 36.33 | 21.2 | 2.52 | - |
| YUV | 107.74 | 73.98 | 219.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 61 | 12 | 0 | 0.74 | 0.95 | 0.07 | 13.13 | 0.9 | 0.49 |
| Hex | EC | 3D | C | 0 | 4A | 5F | 7 | D | 5A | 31 |
| Octal | 354 | 75 | 14 | 0 | 112 | 137 | 7 | 15 | 132 | 61 |
| Binary | 11101100 | 111101 | 1100 | 0 | 1001010 | 1011111 | 111 | 1101 | 1011010 | 110001 |
Color Harmonies of #EC3D0C
Complementary color
Monochromatic Colors of #EC3D0C
Black with #EC3D0C
Text Example
Text Example
White with #EC3D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3D0C; }
p { color: rgb(236,61,12); }
H1.HeaderClassName
{
color: #EC3D0C;
}
.AnyTagClassName
{
color: #EC3D0C;
}
</style>
background-color css
<style>
a { background-color: #EC3D0C; }
a { background-color: rgb(236,61,12); }
div.DivClassName
{
background-color: #EC3D0C;
}
.BgClassName
{
background-color: #EC3D0C;
}
</style>
border-color css
<style>
span { border-color: #EC3D0C; }
span { border-color: rgb(236,61,12); }
td.TdClassName
{
border-color: #EC3D0C;
}
.TagClassName
{
border-color: #EC3D0C;
}
</style>