Shades of Orange Red #EC440B
Tints of Orange Red #EC440B
RGB
CMYK
RGB Variations
Color information
#EC440B (or 0xEC440B) is known color: Orange Red. HEX triplet: EC, 44 and 0B. RGB value is (236,68,11). Sum of RGB (Red+Green+Blue) = 236+68+11=315 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.92% from 315); Green value is 68 (26.95% from 255 or 21.59% from 315); Blue value is 11 (4.69% from 255 or 3.49% from 315); Max value from RGB is 236 - color contains mainly: red. Hex color #EC440B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC440B is #13BBF4. Grayscale: #707070. Windows color (decimal): -1293301 or 738540. OLE color: 738540.
HSL color Cylindrical-coordinate representation of color #EC440B: hue angle of 15.2º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC440B is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 68 | 11 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.07 |
| HSL | 15.2º | 0.91% | 0.48% | - |
| HSV(B) | 15.2º | 0.95% | 0.93% | - |
| XYZ | 36.72 | 21.99 | 2.63 | - |
| YUV | 111.73 | 71.16 | 216.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 11 | 0 | 0.71 | 0.95 | 0.07 | 15.2 | 0.91 | 0.48 |
| Hex | EC | 44 | B | 0 | 47 | 5F | 7 | F | 5B | 30 |
| Octal | 354 | 104 | 13 | 0 | 107 | 137 | 7 | 17 | 133 | 60 |
| Binary | 11101100 | 1000100 | 1011 | 0 | 1000111 | 1011111 | 111 | 1111 | 1011011 | 110000 |
Color Harmonies of #EC440B
Complementary color
Monochromatic Colors of #EC440B
Black with #EC440B
Text Example
Text Example
White with #EC440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC440B; }
p { color: rgb(236,68,11); }
H1.HeaderClassName
{
color: #EC440B;
}
.AnyTagClassName
{
color: #EC440B;
}
</style>
background-color css
<style>
a { background-color: #EC440B; }
a { background-color: rgb(236,68,11); }
div.DivClassName
{
background-color: #EC440B;
}
.BgClassName
{
background-color: #EC440B;
}
</style>
border-color css
<style>
span { border-color: #EC440B; }
span { border-color: rgb(236,68,11); }
td.TdClassName
{
border-color: #EC440B;
}
.TagClassName
{
border-color: #EC440B;
}
</style>