Html Css Color HEX #D83F00 Harley Davidson Orange
📋 copy color: '#D83F00'red 216 ◦ green 63 ◦ blue 0
Shades of Harley Davidson Orange #D83F00
Tints of Harley Davidson Orange #D83F00
RGB
CMYK
RGB Variations
Color information
#D83F00 (or 0xD83F00) is known color: Harley Davidson Orange. HEX triplet: D8, 3F and 00. RGB value is (216,63,0). Sum of RGB (Red+Green+Blue) = 216+63+0=279 (36% of max value = 765). Red value is 216 (84.77% from 255 or 77.42% from 279); Green value is 63 (25% from 255 or 22.58% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 216 - color contains mainly: red. Hex color #D83F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83F00 is #27C0FF. Grayscale: #656565. Windows color (decimal): -2605312 or 16344. OLE color: 16344.
HSL color Cylindrical-coordinate representation of color #D83F00: hue angle of 17.5º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D83F00 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 63 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.15 |
| HSL | 17.5º | 1% | 0.42% | - |
| HSV(B) | 17.5º | 1% | 0.85% | - |
| XYZ | 30.1 | 18.15 | 1.92 | - |
| YUV | 101.57 | 70.69 | 209.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 63 | 0 | 0 | 0.71 | 1 | 0.15 | 17.5 | 1 | 0.42 |
| Hex | D8 | 3F | 0 | 0 | 47 | 64 | F | 12 | 64 | 2A |
| Octal | 330 | 77 | 0 | 0 | 107 | 144 | 17 | 22 | 144 | 52 |
| Binary | 11011000 | 111111 | 0 | 0 | 1000111 | 1100100 | 1111 | 10010 | 1100100 | 101010 |
Color Harmonies of #D83F00
Complementary color
Monochromatic Colors of #D83F00
Black with #D83F00
Text Example
Text Example
White with #D83F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83F00; }
p { color: rgb(216,63,0); }
H1.HeaderClassName
{
color: #D83F00;
}
.AnyTagClassName
{
color: #D83F00;
}
</style>
background-color css
<style>
a { background-color: #D83F00; }
a { background-color: rgb(216,63,0); }
div.DivClassName
{
background-color: #D83F00;
}
.BgClassName
{
background-color: #D83F00;
}
</style>
border-color css
<style>
span { border-color: #D83F00; }
span { border-color: rgb(216,63,0); }
td.TdClassName
{
border-color: #D83F00;
}
.TagClassName
{
border-color: #D83F00;
}
</style>