Html Css Color HEX #E63D10 Harley Davidson Orange
📋 copy color: '#E63D10'red 230 ◦ green 61 ◦ blue 16
Shades of Harley Davidson Orange #E63D10
Tints of Harley Davidson Orange #E63D10
RGB
CMYK
RGB Variations
Color information
#E63D10 (or 0xE63D10) is known color: Harley Davidson Orange. HEX triplet: E6, 3D and 10. RGB value is (230,61,16). Sum of RGB (Red+Green+Blue) = 230+61+16=307 (40% of max value = 765). Red value is 230 (90.23% from 255 or 74.92% from 307); Green value is 61 (24.22% from 255 or 19.87% from 307); Blue value is 16 (6.64% from 255 or 5.21% from 307); Max value from RGB is 230 - color contains mainly: red. Hex color #E63D10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E63D10 is #19C2EF. Grayscale: #6A6A6A. Windows color (decimal): -1688304 or 1064422. OLE color: 1064422.
HSL color Cylindrical-coordinate representation of color #E63D10: hue angle of 12.62º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E63D10 is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 61 | 16 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.10 |
| HSL | 12.62º | 0.87% | 0.48% | - |
| HSV(B) | 12.62º | 0.93% | 0.9% | - |
| XYZ | 34.4 | 20.2 | 2.58 | - |
| YUV | 106.4 | 76.99 | 216.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 61 | 16 | 0 | 0.73 | 0.93 | 0.10 | 12.62 | 0.87 | 0.48 |
| Hex | E6 | 3D | 10 | 0 | 49 | 5D | A | D | 57 | 30 |
| Octal | 346 | 75 | 20 | 0 | 111 | 135 | 12 | 15 | 127 | 60 |
| Binary | 11100110 | 111101 | 10000 | 0 | 1001001 | 1011101 | 1010 | 1101 | 1010111 | 110000 |
Color Harmonies of #E63D10
Complementary color
Monochromatic Colors of #E63D10
Black with #E63D10
Text Example
Text Example
White with #E63D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63D10; }
p { color: rgb(230,61,16); }
H1.HeaderClassName
{
color: #E63D10;
}
.AnyTagClassName
{
color: #E63D10;
}
</style>
background-color css
<style>
a { background-color: #E63D10; }
a { background-color: rgb(230,61,16); }
div.DivClassName
{
background-color: #E63D10;
}
.BgClassName
{
background-color: #E63D10;
}
</style>
border-color css
<style>
span { border-color: #E63D10; }
span { border-color: rgb(230,61,16); }
td.TdClassName
{
border-color: #E63D10;
}
.TagClassName
{
border-color: #E63D10;
}
</style>