Shades of Orange Red #EC450C
Tints of Orange Red #EC450C
RGB
CMYK
RGB Variations
Color information
#EC450C (or 0xEC450C) is known color: Orange Red. HEX triplet: EC, 45 and 0C. RGB value is (236,69,12). Sum of RGB (Red+Green+Blue) = 236+69+12=317 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.45% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 12 (5.08% from 255 or 3.79% from 317); Max value from RGB is 236 - color contains mainly: red. Hex color #EC450C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC450C is #13BAF3. Grayscale: #707070. Windows color (decimal): -1293044 or 804332. OLE color: 804332.
HSL color Cylindrical-coordinate representation of color #EC450C: hue angle of 15.27º 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 #EC450C is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 12 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.07 |
| HSL | 15.27º | 0.9% | 0.49% | - |
| HSV(B) | 15.27º | 0.95% | 0.93% | - |
| XYZ | 36.79 | 22.12 | 2.68 | - |
| YUV | 112.44 | 71.33 | 216.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 12 | 0 | 0.71 | 0.95 | 0.07 | 15.27 | 0.9 | 0.49 |
| Hex | EC | 45 | C | 0 | 47 | 5F | 7 | F | 5A | 31 |
| Octal | 354 | 105 | 14 | 0 | 107 | 137 | 7 | 17 | 132 | 61 |
| Binary | 11101100 | 1000101 | 1100 | 0 | 1000111 | 1011111 | 111 | 1111 | 1011010 | 110001 |
Color Harmonies of #EC450C
Complementary color
Monochromatic Colors of #EC450C
Black with #EC450C
Text Example
Text Example
White with #EC450C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC450C; }
p { color: rgb(236,69,12); }
H1.HeaderClassName
{
color: #EC450C;
}
.AnyTagClassName
{
color: #EC450C;
}
</style>
background-color css
<style>
a { background-color: #EC450C; }
a { background-color: rgb(236,69,12); }
div.DivClassName
{
background-color: #EC450C;
}
.BgClassName
{
background-color: #EC450C;
}
</style>
border-color css
<style>
span { border-color: #EC450C; }
span { border-color: rgb(236,69,12); }
td.TdClassName
{
border-color: #EC450C;
}
.TagClassName
{
border-color: #EC450C;
}
</style>