Shades of Orange Red #EC3915
Tints of Orange Red #EC3915
RGB
CMYK
RGB Variations
Color information
#EC3915 (or 0xEC3915) is known color: Orange Red. HEX triplet: EC, 39 and 15. RGB value is (236,57,21). Sum of RGB (Red+Green+Blue) = 236+57+21=314 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.16% from 314); Green value is 57 (22.66% from 255 or 18.15% from 314); Blue value is 21 (8.59% from 255 or 6.69% from 314); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3915 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3915 is #13C6EA. Grayscale: #6A6A6A. Windows color (decimal): -1296107 or 1391084. OLE color: 1391084.
HSL color Cylindrical-coordinate representation of color #EC3915: hue angle of 10.05º 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 #EC3915 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 57 | 21 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.07 |
| HSL | 10.05º | 0.85% | 0.5% | - |
| HSV(B) | 10.05º | 0.91% | 0.93% | - |
| XYZ | 36.19 | 20.81 | 2.82 | - |
| YUV | 106.42 | 79.8 | 220.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 57 | 21 | 0 | 0.76 | 0.91 | 0.07 | 10.05 | 0.85 | 0.5 |
| Hex | EC | 39 | 15 | 0 | 4C | 5B | 7 | A | 55 | 32 |
| Octal | 354 | 71 | 25 | 0 | 114 | 133 | 7 | 12 | 125 | 62 |
| Binary | 11101100 | 111001 | 10101 | 0 | 1001100 | 1011011 | 111 | 1010 | 1010101 | 110010 |
Color Harmonies of #EC3915
Complementary color
Monochromatic Colors of #EC3915
Black with #EC3915
Text Example
Text Example
White with #EC3915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3915; }
p { color: rgb(236,57,21); }
H1.HeaderClassName
{
color: #EC3915;
}
.AnyTagClassName
{
color: #EC3915;
}
</style>
background-color css
<style>
a { background-color: #EC3915; }
a { background-color: rgb(236,57,21); }
div.DivClassName
{
background-color: #EC3915;
}
.BgClassName
{
background-color: #EC3915;
}
</style>
border-color css
<style>
span { border-color: #EC3915; }
span { border-color: rgb(236,57,21); }
td.TdClassName
{
border-color: #EC3915;
}
.TagClassName
{
border-color: #EC3915;
}
</style>