Html Css Color HEX #D63F05 Harley Davidson Orange
📋 copy color: '#D63F05'red 214 ◦ green 63 ◦ blue 5
Shades of Harley Davidson Orange #D63F05
Tints of Harley Davidson Orange #D63F05
RGB
CMYK
RGB Variations
Color information
#D63F05 (or 0xD63F05) is known color: Harley Davidson Orange. HEX triplet: D6, 3F and 05. RGB value is (214,63,5). Sum of RGB (Red+Green+Blue) = 214+63+5=282 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.89% from 282); Green value is 63 (25% from 255 or 22.34% from 282); Blue value is 5 (2.34% from 255 or 1.77% from 282); Max value from RGB is 214 - color contains mainly: red. Hex color #D63F05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63F05 is #29C0FA. Grayscale: #656565. Windows color (decimal): -2736379 or 344022. OLE color: 344022.
HSL color Cylindrical-coordinate representation of color #D63F05: hue angle of 16.65º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D63F05 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 63 | 5 | - |
| CMYK | 0 | 0.71 | 0.98 | 0.16 |
| HSL | 16.65º | 0.95% | 0.43% | - |
| HSV(B) | 16.65º | 0.98% | 0.84% | - |
| XYZ | 29.54 | 17.86 | 2.03 | - |
| YUV | 101.54 | 73.53 | 208.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 63 | 5 | 0 | 0.71 | 0.98 | 0.16 | 16.65 | 0.95 | 0.43 |
| Hex | D6 | 3F | 5 | 0 | 47 | 62 | 10 | 11 | 5F | 2B |
| Octal | 326 | 77 | 5 | 0 | 107 | 142 | 20 | 21 | 137 | 53 |
| Binary | 11010110 | 111111 | 101 | 0 | 1000111 | 1100010 | 10000 | 10001 | 1011111 | 101011 |
Color Harmonies of #D63F05
Complementary color
Monochromatic Colors of #D63F05
Black with #D63F05
Text Example
Text Example
White with #D63F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63F05; }
p { color: rgb(214,63,5); }
H1.HeaderClassName
{
color: #D63F05;
}
.AnyTagClassName
{
color: #D63F05;
}
</style>
background-color css
<style>
a { background-color: #D63F05; }
a { background-color: rgb(214,63,5); }
div.DivClassName
{
background-color: #D63F05;
}
.BgClassName
{
background-color: #D63F05;
}
</style>
border-color css
<style>
span { border-color: #D63F05; }
span { border-color: rgb(214,63,5); }
td.TdClassName
{
border-color: #D63F05;
}
.TagClassName
{
border-color: #D63F05;
}
</style>