Shades of Orange Red #EC3502
Tints of Orange Red #EC3502
RGB
CMYK
RGB Variations
Color information
#EC3502 (or 0xEC3502) is known color: Orange Red. HEX triplet: EC, 35 and 02. RGB value is (236,53,2). Sum of RGB (Red+Green+Blue) = 236+53+2=291 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.10% from 291); Green value is 53 (21.09% from 255 or 18.21% from 291); Blue value is 2 (1.17% from 255 or 0.69% from 291); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3502 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3502 is #13CAFD. Grayscale: #666666. Windows color (decimal): -1297150 or 144876. OLE color: 144876.
HSL color Cylindrical-coordinate representation of color #EC3502: hue angle of 13.08º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC3502 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 53 | 2 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.07 |
| HSL | 13.08º | 0.98% | 0.47% | - |
| HSV(B) | 13.08º | 0.99% | 0.93% | - |
| XYZ | 35.88 | 20.38 | 2.1 | - |
| YUV | 101.9 | 71.63 | 223.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 53 | 2 | 0 | 0.78 | 0.99 | 0.07 | 13.08 | 0.98 | 0.47 |
| Hex | EC | 35 | 2 | 0 | 4E | 63 | 7 | D | 62 | 2F |
| Octal | 354 | 65 | 2 | 0 | 116 | 143 | 7 | 15 | 142 | 57 |
| Binary | 11101100 | 110101 | 10 | 0 | 1001110 | 1100011 | 111 | 1101 | 1100010 | 101111 |
Color Harmonies of #EC3502
Complementary color
Monochromatic Colors of #EC3502
Black with #EC3502
Text Example
Text Example
White with #EC3502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3502; }
p { color: rgb(236,53,2); }
H1.HeaderClassName
{
color: #EC3502;
}
.AnyTagClassName
{
color: #EC3502;
}
</style>
background-color css
<style>
a { background-color: #EC3502; }
a { background-color: rgb(236,53,2); }
div.DivClassName
{
background-color: #EC3502;
}
.BgClassName
{
background-color: #EC3502;
}
</style>
border-color css
<style>
span { border-color: #EC3502; }
span { border-color: rgb(236,53,2); }
td.TdClassName
{
border-color: #EC3502;
}
.TagClassName
{
border-color: #EC3502;
}
</style>