Shades of Orange Red #E8430C
Tints of Orange Red #E8430C
RGB
CMYK
RGB Variations
Color information
#E8430C (or 0xE8430C) is known color: Orange Red. HEX triplet: E8, 43 and 0C. RGB value is (232,67,12). Sum of RGB (Red+Green+Blue) = 232+67+12=311 (41% of max value = 765). Red value is 232 (91.02% from 255 or 74.60% from 311); Green value is 67 (26.56% from 255 or 21.54% from 311); Blue value is 12 (5.08% from 255 or 3.86% from 311); Max value from RGB is 232 - color contains mainly: red. Hex color #E8430C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E8430C is #17BCF3. Grayscale: #6E6E6E. Windows color (decimal): -1555700 or 803816. OLE color: 803816.
HSL color Cylindrical-coordinate representation of color #E8430C: hue angle of 15º 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 #E8430C is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 67 | 12 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.09 |
| HSL | 15º | 0.9% | 0.48% | - |
| HSV(B) | 15º | 0.95% | 0.91% | - |
| XYZ | 35.35 | 21.2 | 2.58 | - |
| YUV | 110.07 | 72.66 | 214.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 67 | 12 | 0 | 0.71 | 0.95 | 0.09 | 15 | 0.9 | 0.48 |
| Hex | E8 | 43 | C | 0 | 47 | 5F | 9 | F | 5A | 30 |
| Octal | 350 | 103 | 14 | 0 | 107 | 137 | 11 | 17 | 132 | 60 |
| Binary | 11101000 | 1000011 | 1100 | 0 | 1000111 | 1011111 | 1001 | 1111 | 1011010 | 110000 |
Color Harmonies of #E8430C
Complementary color
Monochromatic Colors of #E8430C
Black with #E8430C
Text Example
Text Example
White with #E8430C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8430C; }
p { color: rgb(232,67,12); }
H1.HeaderClassName
{
color: #E8430C;
}
.AnyTagClassName
{
color: #E8430C;
}
</style>
background-color css
<style>
a { background-color: #E8430C; }
a { background-color: rgb(232,67,12); }
div.DivClassName
{
background-color: #E8430C;
}
.BgClassName
{
background-color: #E8430C;
}
</style>
border-color css
<style>
span { border-color: #E8430C; }
span { border-color: rgb(232,67,12); }
td.TdClassName
{
border-color: #E8430C;
}
.TagClassName
{
border-color: #E8430C;
}
</style>