Shades of Orange Red #E9430C
Tints of Orange Red #E9430C
RGB
CMYK
RGB Variations
Color information
#E9430C (or 0xE9430C) is known color: Orange Red. HEX triplet: E9, 43 and 0C. RGB value is (233,67,12). Sum of RGB (Red+Green+Blue) = 233+67+12=312 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.68% from 312); Green value is 67 (26.56% from 255 or 21.47% from 312); Blue value is 12 (5.08% from 255 or 3.85% from 312); Max value from RGB is 233 - color contains mainly: red. Hex color #E9430C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E9430C is #16BCF3. Grayscale: #6E6E6E. Windows color (decimal): -1490164 or 803817. OLE color: 803817.
HSL color Cylindrical-coordinate representation of color #E9430C: hue angle of 14.93º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E9430C is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 67 | 12 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.09 |
| HSL | 14.93º | 0.9% | 0.48% | - |
| HSV(B) | 14.93º | 0.95% | 0.91% | - |
| XYZ | 35.68 | 21.36 | 2.59 | - |
| YUV | 110.36 | 72.5 | 215.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 67 | 12 | 0 | 0.71 | 0.95 | 0.09 | 14.93 | 0.9 | 0.48 |
| Hex | E9 | 43 | C | 0 | 47 | 5F | 9 | F | 5A | 30 |
| Octal | 351 | 103 | 14 | 0 | 107 | 137 | 11 | 17 | 132 | 60 |
| Binary | 11101001 | 1000011 | 1100 | 0 | 1000111 | 1011111 | 1001 | 1111 | 1011010 | 110000 |
Color Harmonies of #E9430C
Complementary color
Monochromatic Colors of #E9430C
Black with #E9430C
Text Example
Text Example
White with #E9430C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9430C; }
p { color: rgb(233,67,12); }
H1.HeaderClassName
{
color: #E9430C;
}
.AnyTagClassName
{
color: #E9430C;
}
</style>
background-color css
<style>
a { background-color: #E9430C; }
a { background-color: rgb(233,67,12); }
div.DivClassName
{
background-color: #E9430C;
}
.BgClassName
{
background-color: #E9430C;
}
</style>
border-color css
<style>
span { border-color: #E9430C; }
span { border-color: rgb(233,67,12); }
td.TdClassName
{
border-color: #E9430C;
}
.TagClassName
{
border-color: #E9430C;
}
</style>