Shades of Orange Red #EC430D
Tints of Orange Red #EC430D
RGB
CMYK
RGB Variations
Color information
#EC430D (or 0xEC430D) is known color: Orange Red. HEX triplet: EC, 43 and 0D. RGB value is (236,67,13). Sum of RGB (Red+Green+Blue) = 236+67+13=316 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.68% from 316); Green value is 67 (26.56% from 255 or 21.20% from 316); Blue value is 13 (5.47% from 255 or 4.11% from 316); Max value from RGB is 236 - color contains mainly: red. Hex color #EC430D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC430D is #13BCF2. Grayscale: #6F6F6F. Windows color (decimal): -1293555 or 869356. OLE color: 869356.
HSL color Cylindrical-coordinate representation of color #EC430D: hue angle of 14.53º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC430D is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 67 | 13 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.07 |
| HSL | 14.53º | 0.9% | 0.49% | - |
| HSV(B) | 14.53º | 0.94% | 0.93% | - |
| XYZ | 36.67 | 21.88 | 2.67 | - |
| YUV | 111.38 | 72.49 | 216.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 67 | 13 | 0 | 0.72 | 0.94 | 0.07 | 14.53 | 0.9 | 0.49 |
| Hex | EC | 43 | D | 0 | 48 | 5E | 7 | F | 5A | 31 |
| Octal | 354 | 103 | 15 | 0 | 110 | 136 | 7 | 17 | 132 | 61 |
| Binary | 11101100 | 1000011 | 1101 | 0 | 1001000 | 1011110 | 111 | 1111 | 1011010 | 110001 |
Color Harmonies of #EC430D
Complementary color
Monochromatic Colors of #EC430D
Black with #EC430D
Text Example
Text Example
White with #EC430D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC430D; }
p { color: rgb(236,67,13); }
H1.HeaderClassName
{
color: #EC430D;
}
.AnyTagClassName
{
color: #EC430D;
}
</style>
background-color css
<style>
a { background-color: #EC430D; }
a { background-color: rgb(236,67,13); }
div.DivClassName
{
background-color: #EC430D;
}
.BgClassName
{
background-color: #EC430D;
}
</style>
border-color css
<style>
span { border-color: #EC430D; }
span { border-color: rgb(236,67,13); }
td.TdClassName
{
border-color: #EC430D;
}
.TagClassName
{
border-color: #EC430D;
}
</style>