Html Css Color HEX #E63B0E Harley Davidson Orange
📋 copy color: '#E63B0E'red 230 ◦ green 59 ◦ blue 14
Shades of Harley Davidson Orange #E63B0E
Tints of Harley Davidson Orange #E63B0E
RGB
CMYK
RGB Variations
Color information
#E63B0E (or 0xE63B0E) is known color: Harley Davidson Orange. HEX triplet: E6, 3B and 0E. RGB value is (230,59,14). Sum of RGB (Red+Green+Blue) = 230+59+14=303 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.91% from 303); Green value is 59 (23.44% from 255 or 19.47% from 303); Blue value is 14 (5.86% from 255 or 4.62% from 303); Max value from RGB is 230 - color contains mainly: red. Hex color #E63B0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E63B0E is #19C4F1. Grayscale: #696969. Windows color (decimal): -1688818 or 932838. OLE color: 932838.
HSL color Cylindrical-coordinate representation of color #E63B0E: hue angle of 12.5º 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 #E63B0E is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 59 | 14 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.10 |
| HSL | 12.5º | 0.89% | 0.48% | - |
| HSV(B) | 12.5º | 0.94% | 0.9% | - |
| XYZ | 34.28 | 19.98 | 2.47 | - |
| YUV | 105 | 76.65 | 217.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 59 | 14 | 0 | 0.74 | 0.94 | 0.10 | 12.5 | 0.89 | 0.48 |
| Hex | E6 | 3B | E | 0 | 4A | 5E | A | C | 59 | 30 |
| Octal | 346 | 73 | 16 | 0 | 112 | 136 | 12 | 14 | 131 | 60 |
| Binary | 11100110 | 111011 | 1110 | 0 | 1001010 | 1011110 | 1010 | 1100 | 1011001 | 110000 |
Color Harmonies of #E63B0E
Complementary color
Monochromatic Colors of #E63B0E
Black with #E63B0E
Text Example
Text Example
White with #E63B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63B0E; }
p { color: rgb(230,59,14); }
H1.HeaderClassName
{
color: #E63B0E;
}
.AnyTagClassName
{
color: #E63B0E;
}
</style>
background-color css
<style>
a { background-color: #E63B0E; }
a { background-color: rgb(230,59,14); }
div.DivClassName
{
background-color: #E63B0E;
}
.BgClassName
{
background-color: #E63B0E;
}
</style>
border-color css
<style>
span { border-color: #E63B0E; }
span { border-color: rgb(230,59,14); }
td.TdClassName
{
border-color: #E63B0E;
}
.TagClassName
{
border-color: #E63B0E;
}
</style>