Shades of Orange Red #EC400B
Tints of Orange Red #EC400B
RGB
CMYK
RGB Variations
Color information
#EC400B (or 0xEC400B) is known color: Orange Red. HEX triplet: EC, 40 and 0B. RGB value is (236,64,11). Sum of RGB (Red+Green+Blue) = 236+64+11=311 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.88% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 11 (4.69% from 255 or 3.54% from 311); Max value from RGB is 236 - color contains mainly: red. Hex color #EC400B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC400B is #13BFF4. Grayscale: #6D6D6D. Windows color (decimal): -1294325 or 737516. OLE color: 737516.
HSL color Cylindrical-coordinate representation of color #EC400B: hue angle of 14.13º 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 #EC400B is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 64 | 11 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.07 |
| HSL | 14.13º | 0.91% | 0.48% | - |
| HSV(B) | 14.13º | 0.95% | 0.93% | - |
| XYZ | 36.49 | 21.52 | 2.55 | - |
| YUV | 109.39 | 72.48 | 218.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 64 | 11 | 0 | 0.73 | 0.95 | 0.07 | 14.13 | 0.91 | 0.48 |
| Hex | EC | 40 | B | 0 | 49 | 5F | 7 | E | 5B | 30 |
| Octal | 354 | 100 | 13 | 0 | 111 | 137 | 7 | 16 | 133 | 60 |
| Binary | 11101100 | 1000000 | 1011 | 0 | 1001001 | 1011111 | 111 | 1110 | 1011011 | 110000 |
Color Harmonies of #EC400B
Complementary color
Monochromatic Colors of #EC400B
Black with #EC400B
Text Example
Text Example
White with #EC400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC400B; }
p { color: rgb(236,64,11); }
H1.HeaderClassName
{
color: #EC400B;
}
.AnyTagClassName
{
color: #EC400B;
}
</style>
background-color css
<style>
a { background-color: #EC400B; }
a { background-color: rgb(236,64,11); }
div.DivClassName
{
background-color: #EC400B;
}
.BgClassName
{
background-color: #EC400B;
}
</style>
border-color css
<style>
span { border-color: #EC400B; }
span { border-color: rgb(236,64,11); }
td.TdClassName
{
border-color: #EC400B;
}
.TagClassName
{
border-color: #EC400B;
}
</style>