Html Css Color HEX #D83F02 Harley Davidson Orange
📋 copy color: '#D83F02'red 216 ◦ green 63 ◦ blue 2
Shades of Harley Davidson Orange #D83F02
Tints of Harley Davidson Orange #D83F02
RGB
CMYK
RGB Variations
Color information
#D83F02 (or 0xD83F02) is known color: Harley Davidson Orange. HEX triplet: D8, 3F and 02. RGB value is (216,63,2). Sum of RGB (Red+Green+Blue) = 216+63+2=281 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.87% from 281); Green value is 63 (25% from 255 or 22.42% from 281); Blue value is 2 (1.17% from 255 or 0.71% from 281); Max value from RGB is 216 - color contains mainly: red. Hex color #D83F02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83F02 is #27C0FD. Grayscale: #666666. Windows color (decimal): -2605310 or 147416. OLE color: 147416.
HSL color Cylindrical-coordinate representation of color #D83F02: hue angle of 17.1º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D83F02 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 63 | 2 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.15 |
| HSL | 17.1º | 0.98% | 0.43% | - |
| HSV(B) | 17.1º | 0.99% | 0.85% | - |
| XYZ | 30.11 | 18.16 | 1.98 | - |
| YUV | 101.79 | 71.69 | 209.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 63 | 2 | 0 | 0.71 | 0.99 | 0.15 | 17.1 | 0.98 | 0.43 |
| Hex | D8 | 3F | 2 | 0 | 47 | 63 | F | 11 | 62 | 2B |
| Octal | 330 | 77 | 2 | 0 | 107 | 143 | 17 | 21 | 142 | 53 |
| Binary | 11011000 | 111111 | 10 | 0 | 1000111 | 1100011 | 1111 | 10001 | 1100010 | 101011 |
Color Harmonies of #D83F02
Complementary color
Monochromatic Colors of #D83F02
Black with #D83F02
Text Example
Text Example
White with #D83F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83F02; }
p { color: rgb(216,63,2); }
H1.HeaderClassName
{
color: #D83F02;
}
.AnyTagClassName
{
color: #D83F02;
}
</style>
background-color css
<style>
a { background-color: #D83F02; }
a { background-color: rgb(216,63,2); }
div.DivClassName
{
background-color: #D83F02;
}
.BgClassName
{
background-color: #D83F02;
}
</style>
border-color css
<style>
span { border-color: #D83F02; }
span { border-color: rgb(216,63,2); }
td.TdClassName
{
border-color: #D83F02;
}
.TagClassName
{
border-color: #D83F02;
}
</style>