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