Shades of Orange Red #EC430C
Tints of Orange Red #EC430C
RGB
CMYK
RGB Variations
Color information
#EC430C (or 0xEC430C) is known color: Orange Red. HEX triplet: EC, 43 and 0C. RGB value is (236,67,12). Sum of RGB (Red+Green+Blue) = 236+67+12=315 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.92% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 236 - color contains mainly: red. Hex color #EC430C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC430C is #13BCF3. Grayscale: #6F6F6F. Windows color (decimal): -1293556 or 803820. OLE color: 803820.
HSL color Cylindrical-coordinate representation of color #EC430C: hue angle of 14.73º 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 #EC430C is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 67 | 12 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.07 |
| HSL | 14.73º | 0.9% | 0.49% | - |
| HSV(B) | 14.73º | 0.95% | 0.93% | - |
| XYZ | 36.67 | 21.87 | 2.64 | - |
| YUV | 111.26 | 71.99 | 216.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 67 | 12 | 0 | 0.72 | 0.95 | 0.07 | 14.73 | 0.9 | 0.49 |
| Hex | EC | 43 | C | 0 | 48 | 5F | 7 | F | 5A | 31 |
| Octal | 354 | 103 | 14 | 0 | 110 | 137 | 7 | 17 | 132 | 61 |
| Binary | 11101100 | 1000011 | 1100 | 0 | 1001000 | 1011111 | 111 | 1111 | 1011010 | 110001 |
Color Harmonies of #EC430C
Complementary color
Monochromatic Colors of #EC430C
Black with #EC430C
Text Example
Text Example
White with #EC430C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC430C; }
p { color: rgb(236,67,12); }
H1.HeaderClassName
{
color: #EC430C;
}
.AnyTagClassName
{
color: #EC430C;
}
</style>
background-color css
<style>
a { background-color: #EC430C; }
a { background-color: rgb(236,67,12); }
div.DivClassName
{
background-color: #EC430C;
}
.BgClassName
{
background-color: #EC430C;
}
</style>
border-color css
<style>
span { border-color: #EC430C; }
span { border-color: rgb(236,67,12); }
td.TdClassName
{
border-color: #EC430C;
}
.TagClassName
{
border-color: #EC430C;
}
</style>