Shades of Orange Red #E83F0C
Tints of Orange Red #E83F0C
RGB
CMYK
RGB Variations
Color information
#E83F0C (or 0xE83F0C) is known color: Orange Red. HEX triplet: E8, 3F and 0C. RGB value is (232,63,12). Sum of RGB (Red+Green+Blue) = 232+63+12=307 (40% of max value = 765). Red value is 232 (91.02% from 255 or 75.57% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 12 (5.08% from 255 or 3.91% from 307); Max value from RGB is 232 - color contains mainly: red. Hex color #E83F0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E83F0C is #17C0F3. Grayscale: #6C6C6C. Windows color (decimal): -1556724 or 802792. OLE color: 802792.
HSL color Cylindrical-coordinate representation of color #E83F0C: hue angle of 13.91º 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 #E83F0C is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 63 | 12 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.09 |
| HSL | 13.91º | 0.9% | 0.48% | - |
| HSV(B) | 13.91º | 0.95% | 0.91% | - |
| XYZ | 35.12 | 20.74 | 2.5 | - |
| YUV | 107.72 | 73.99 | 216.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 63 | 12 | 0 | 0.73 | 0.95 | 0.09 | 13.91 | 0.9 | 0.48 |
| Hex | E8 | 3F | C | 0 | 49 | 5F | 9 | E | 5A | 30 |
| Octal | 350 | 77 | 14 | 0 | 111 | 137 | 11 | 16 | 132 | 60 |
| Binary | 11101000 | 111111 | 1100 | 0 | 1001001 | 1011111 | 1001 | 1110 | 1011010 | 110000 |
Color Harmonies of #E83F0C
Complementary color
Monochromatic Colors of #E83F0C
Black with #E83F0C
Text Example
Text Example
White with #E83F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83F0C; }
p { color: rgb(232,63,12); }
H1.HeaderClassName
{
color: #E83F0C;
}
.AnyTagClassName
{
color: #E83F0C;
}
</style>
background-color css
<style>
a { background-color: #E83F0C; }
a { background-color: rgb(232,63,12); }
div.DivClassName
{
background-color: #E83F0C;
}
.BgClassName
{
background-color: #E83F0C;
}
</style>
border-color css
<style>
span { border-color: #E83F0C; }
span { border-color: rgb(232,63,12); }
td.TdClassName
{
border-color: #E83F0C;
}
.TagClassName
{
border-color: #E83F0C;
}
</style>