Html Css Color HEX #D63F00 Harley Davidson Orange
📋 copy color: '#D63F00'red 214 ◦ green 63 ◦ blue 0
Shades of Harley Davidson Orange #D63F00
Tints of Harley Davidson Orange #D63F00
RGB
CMYK
RGB Variations
Color information
#D63F00 (or 0xD63F00) is known color: Harley Davidson Orange. HEX triplet: D6, 3F and 00. RGB value is (214,63,0). Sum of RGB (Red+Green+Blue) = 214+63+0=277 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.26% from 277); Green value is 63 (25% from 255 or 22.74% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 214 - color contains mainly: red. Hex color #D63F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63F00 is #29C0FF. Grayscale: #656565. Windows color (decimal): -2736384 or 16342. OLE color: 16342.
HSL color Cylindrical-coordinate representation of color #D63F00: hue angle of 17.66º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D63F00 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 63 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.16 |
| HSL | 17.66º | 1% | 0.42% | - |
| HSV(B) | 17.66º | 1% | 0.84% | - |
| XYZ | 29.51 | 17.85 | 1.89 | - |
| YUV | 100.97 | 71.03 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 63 | 0 | 0 | 0.71 | 1 | 0.16 | 17.66 | 1 | 0.42 |
| Hex | D6 | 3F | 0 | 0 | 47 | 64 | 10 | 12 | 64 | 2A |
| Octal | 326 | 77 | 0 | 0 | 107 | 144 | 20 | 22 | 144 | 52 |
| Binary | 11010110 | 111111 | 0 | 0 | 1000111 | 1100100 | 10000 | 10010 | 1100100 | 101010 |
Color Harmonies of #D63F00
Complementary color
Monochromatic Colors of #D63F00
Black with #D63F00
Text Example
Text Example
White with #D63F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63F00; }
p { color: rgb(214,63,0); }
H1.HeaderClassName
{
color: #D63F00;
}
.AnyTagClassName
{
color: #D63F00;
}
</style>
background-color css
<style>
a { background-color: #D63F00; }
a { background-color: rgb(214,63,0); }
div.DivClassName
{
background-color: #D63F00;
}
.BgClassName
{
background-color: #D63F00;
}
</style>
border-color css
<style>
span { border-color: #D63F00; }
span { border-color: rgb(214,63,0); }
td.TdClassName
{
border-color: #D63F00;
}
.TagClassName
{
border-color: #D63F00;
}
</style>