Html Css Color HEX #D63E08 Harley Davidson Orange
📋 copy color: '#D63E08'red 214 ◦ green 62 ◦ blue 8
Shades of Harley Davidson Orange #D63E08
Tints of Harley Davidson Orange #D63E08
RGB
CMYK
RGB Variations
Color information
#D63E08 (or 0xD63E08) is known color: Harley Davidson Orange. HEX triplet: D6, 3E and 08. RGB value is (214,62,8). Sum of RGB (Red+Green+Blue) = 214+62+8=284 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.35% from 284); Green value is 62 (24.61% from 255 or 21.83% from 284); Blue value is 8 (3.52% from 255 or 2.82% from 284); Max value from RGB is 214 - color contains mainly: red. Hex color #D63E08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63E08 is #29C1F7. Grayscale: #656565. Windows color (decimal): -2736632 or 540374. OLE color: 540374.
HSL color Cylindrical-coordinate representation of color #D63E08: hue angle of 15.73º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D63E08 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 62 | 8 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.16 |
| HSL | 15.73º | 0.93% | 0.44% | - |
| HSV(B) | 15.73º | 0.96% | 0.84% | - |
| XYZ | 29.5 | 17.76 | 2.1 | - |
| YUV | 101.29 | 75.36 | 208.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 62 | 8 | 0 | 0.71 | 0.96 | 0.16 | 15.73 | 0.93 | 0.44 |
| Hex | D6 | 3E | 8 | 0 | 47 | 60 | 10 | 10 | 5D | 2C |
| Octal | 326 | 76 | 10 | 0 | 107 | 140 | 20 | 20 | 135 | 54 |
| Binary | 11010110 | 111110 | 1000 | 0 | 1000111 | 1100000 | 10000 | 10000 | 1011101 | 101100 |
Color Harmonies of #D63E08
Complementary color
Monochromatic Colors of #D63E08
Black with #D63E08
Text Example
Text Example
White with #D63E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63E08; }
p { color: rgb(214,62,8); }
H1.HeaderClassName
{
color: #D63E08;
}
.AnyTagClassName
{
color: #D63E08;
}
</style>
background-color css
<style>
a { background-color: #D63E08; }
a { background-color: rgb(214,62,8); }
div.DivClassName
{
background-color: #D63E08;
}
.BgClassName
{
background-color: #D63E08;
}
</style>
border-color css
<style>
span { border-color: #D63E08; }
span { border-color: rgb(214,62,8); }
td.TdClassName
{
border-color: #D63E08;
}
.TagClassName
{
border-color: #D63E08;
}
</style>