Html Css Color HEX #D83F01 Harley Davidson Orange
📋 copy color: '#D83F01'red 216 ◦ green 63 ◦ blue 1
Shades of Harley Davidson Orange #D83F01
Tints of Harley Davidson Orange #D83F01
RGB
CMYK
RGB Variations
Color information
#D83F01 (or 0xD83F01) is known color: Harley Davidson Orange. HEX triplet: D8, 3F and 01. RGB value is (216,63,1). Sum of RGB (Red+Green+Blue) = 216+63+1=280 (37% of max value = 765). Red value is 216 (84.77% from 255 or 77.14% from 280); Green value is 63 (25% from 255 or 22.5% from 280); Blue value is 1 (0.78% from 255 or 0.36% from 280); Max value from RGB is 216 - color contains mainly: red. Hex color #D83F01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83F01 is #27C0FE. Grayscale: #666666. Windows color (decimal): -2605311 or 81880. OLE color: 81880.
HSL color Cylindrical-coordinate representation of color #D83F01: hue angle of 17.3º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D83F01 is Cyan = 0, Magento = 0.71, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 63 | 1 | - |
| CMYK | 0 | 0.71 | 1.00 | 0.15 |
| HSL | 17.3º | 0.99% | 0.43% | - |
| HSV(B) | 17.3º | 1% | 0.85% | - |
| XYZ | 30.1 | 18.16 | 1.95 | - |
| YUV | 101.68 | 71.19 | 209.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 63 | 1 | 0 | 0.71 | 1.00 | 0.15 | 17.3 | 0.99 | 0.43 |
| Hex | D8 | 3F | 1 | 0 | 47 | 64 | F | 11 | 63 | 2B |
| Octal | 330 | 77 | 1 | 0 | 107 | 144 | 17 | 21 | 143 | 53 |
| Binary | 11011000 | 111111 | 1 | 0 | 1000111 | 1100100 | 1111 | 10001 | 1100011 | 101011 |
Color Harmonies of #D83F01
Complementary color
Monochromatic Colors of #D83F01
Black with #D83F01
Text Example
Text Example
White with #D83F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83F01; }
p { color: rgb(216,63,1); }
H1.HeaderClassName
{
color: #D83F01;
}
.AnyTagClassName
{
color: #D83F01;
}
</style>
background-color css
<style>
a { background-color: #D83F01; }
a { background-color: rgb(216,63,1); }
div.DivClassName
{
background-color: #D83F01;
}
.BgClassName
{
background-color: #D83F01;
}
</style>
border-color css
<style>
span { border-color: #D83F01; }
span { border-color: rgb(216,63,1); }
td.TdClassName
{
border-color: #D83F01;
}
.TagClassName
{
border-color: #D83F01;
}
</style>