Shades of Orange Red #E63F0E
Tints of Orange Red #E63F0E
RGB
CMYK
RGB Variations
Color information
#E63F0E (or 0xE63F0E) is known color: Orange Red. HEX triplet: E6, 3F and 0E. RGB value is (230,63,14). Sum of RGB (Red+Green+Blue) = 230+63+14=307 (40% of max value = 765). Red value is 230 (90.23% from 255 or 74.92% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 14 (5.86% from 255 or 4.56% from 307); Max value from RGB is 230 - color contains mainly: red. Hex color #E63F0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E63F0E is #19C0F1. Grayscale: #6B6B6B. Windows color (decimal): -1687794 or 933862. OLE color: 933862.
HSL color Cylindrical-coordinate representation of color #E63F0E: hue angle of 13.61º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E63F0E is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 63 | 14 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.10 |
| HSL | 13.61º | 0.89% | 0.48% | - |
| HSV(B) | 13.61º | 0.94% | 0.9% | - |
| XYZ | 34.49 | 20.41 | 2.54 | - |
| YUV | 107.35 | 75.33 | 215.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 63 | 14 | 0 | 0.73 | 0.94 | 0.10 | 13.61 | 0.89 | 0.48 |
| Hex | E6 | 3F | E | 0 | 49 | 5E | A | E | 59 | 30 |
| Octal | 346 | 77 | 16 | 0 | 111 | 136 | 12 | 16 | 131 | 60 |
| Binary | 11100110 | 111111 | 1110 | 0 | 1001001 | 1011110 | 1010 | 1110 | 1011001 | 110000 |
Color Harmonies of #E63F0E
Complementary color
Monochromatic Colors of #E63F0E
Black with #E63F0E
Text Example
Text Example
White with #E63F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63F0E; }
p { color: rgb(230,63,14); }
H1.HeaderClassName
{
color: #E63F0E;
}
.AnyTagClassName
{
color: #E63F0E;
}
</style>
background-color css
<style>
a { background-color: #E63F0E; }
a { background-color: rgb(230,63,14); }
div.DivClassName
{
background-color: #E63F0E;
}
.BgClassName
{
background-color: #E63F0E;
}
</style>
border-color css
<style>
span { border-color: #E63F0E; }
span { border-color: rgb(230,63,14); }
td.TdClassName
{
border-color: #E63F0E;
}
.TagClassName
{
border-color: #E63F0E;
}
</style>