Shades of Orange Red #EC3A15
Tints of Orange Red #EC3A15
RGB
CMYK
RGB Variations
Color information
#EC3A15 (or 0xEC3A15) is known color: Orange Red. HEX triplet: EC, 3A and 15. RGB value is (236,58,21). Sum of RGB (Red+Green+Blue) = 236+58+21=315 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.92% from 315); Green value is 58 (23.05% from 255 or 18.41% from 315); Blue value is 21 (8.59% from 255 or 6.67% from 315); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3A15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3A15 is #13C5EA. Grayscale: #6B6B6B. Windows color (decimal): -1295851 or 1391340. OLE color: 1391340.
HSL color Cylindrical-coordinate representation of color #EC3A15: hue angle of 10.33º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC3A15 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 58 | 21 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.07 |
| HSL | 10.33º | 0.85% | 0.5% | - |
| HSV(B) | 10.33º | 0.91% | 0.93% | - |
| XYZ | 36.24 | 20.91 | 2.84 | - |
| YUV | 107 | 79.47 | 220.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 58 | 21 | 0 | 0.75 | 0.91 | 0.07 | 10.33 | 0.85 | 0.5 |
| Hex | EC | 3A | 15 | 0 | 4B | 5B | 7 | A | 55 | 32 |
| Octal | 354 | 72 | 25 | 0 | 113 | 133 | 7 | 12 | 125 | 62 |
| Binary | 11101100 | 111010 | 10101 | 0 | 1001011 | 1011011 | 111 | 1010 | 1010101 | 110010 |
Color Harmonies of #EC3A15
Complementary color
Monochromatic Colors of #EC3A15
Black with #EC3A15
Text Example
Text Example
White with #EC3A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3A15; }
p { color: rgb(236,58,21); }
H1.HeaderClassName
{
color: #EC3A15;
}
.AnyTagClassName
{
color: #EC3A15;
}
</style>
background-color css
<style>
a { background-color: #EC3A15; }
a { background-color: rgb(236,58,21); }
div.DivClassName
{
background-color: #EC3A15;
}
.BgClassName
{
background-color: #EC3A15;
}
</style>
border-color css
<style>
span { border-color: #EC3A15; }
span { border-color: rgb(236,58,21); }
td.TdClassName
{
border-color: #EC3A15;
}
.TagClassName
{
border-color: #EC3A15;
}
</style>