Shades of Orange Red #E83D0C
Tints of Orange Red #E83D0C
RGB
CMYK
RGB Variations
Color information
#E83D0C (or 0xE83D0C) is known color: Orange Red. HEX triplet: E8, 3D and 0C. RGB value is (232,61,12). Sum of RGB (Red+Green+Blue) = 232+61+12=305 (40% of max value = 765). Red value is 232 (91.02% from 255 or 76.07% from 305); Green value is 61 (24.22% from 255 or 20% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 232 - color contains mainly: red. Hex color #E83D0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E83D0C is #17C2F3. Grayscale: #6A6A6A. Windows color (decimal): -1557236 or 802280. OLE color: 802280.
HSL color Cylindrical-coordinate representation of color #E83D0C: hue angle of 13.36º 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 #E83D0C is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 61 | 12 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.09 |
| HSL | 13.36º | 0.9% | 0.48% | - |
| HSV(B) | 13.36º | 0.95% | 0.91% | - |
| XYZ | 35.01 | 20.52 | 2.46 | - |
| YUV | 106.54 | 74.65 | 217.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 61 | 12 | 0 | 0.74 | 0.95 | 0.09 | 13.36 | 0.9 | 0.48 |
| Hex | E8 | 3D | C | 0 | 4A | 5F | 9 | D | 5A | 30 |
| Octal | 350 | 75 | 14 | 0 | 112 | 137 | 11 | 15 | 132 | 60 |
| Binary | 11101000 | 111101 | 1100 | 0 | 1001010 | 1011111 | 1001 | 1101 | 1011010 | 110000 |
Color Harmonies of #E83D0C
Complementary color
Monochromatic Colors of #E83D0C
Black with #E83D0C
Text Example
Text Example
White with #E83D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83D0C; }
p { color: rgb(232,61,12); }
H1.HeaderClassName
{
color: #E83D0C;
}
.AnyTagClassName
{
color: #E83D0C;
}
</style>
background-color css
<style>
a { background-color: #E83D0C; }
a { background-color: rgb(232,61,12); }
div.DivClassName
{
background-color: #E83D0C;
}
.BgClassName
{
background-color: #E83D0C;
}
</style>
border-color css
<style>
span { border-color: #E83D0C; }
span { border-color: rgb(232,61,12); }
td.TdClassName
{
border-color: #E83D0C;
}
.TagClassName
{
border-color: #E83D0C;
}
</style>