Html Css Color HEX #D83F20 Harley Davidson Orange
📋 copy color: '#D83F20'red 216 ◦ green 63 ◦ blue 32
Shades of Harley Davidson Orange #D83F20
Tints of Harley Davidson Orange #D83F20
RGB
CMYK
RGB Variations
Color information
#D83F20 (or 0xD83F20) is known color: Harley Davidson Orange. HEX triplet: D8, 3F and 20. RGB value is (216,63,32). Sum of RGB (Red+Green+Blue) = 216+63+32=311 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.45% from 311); Green value is 63 (25% from 255 or 20.26% from 311); Blue value is 32 (12.89% from 255 or 10.29% from 311); Max value from RGB is 216 - color contains mainly: red. Hex color #D83F20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83F20 is #27C0DF. Grayscale: #696969. Windows color (decimal): -2605280 or 2113496. OLE color: 2113496.
HSL color Cylindrical-coordinate representation of color #D83F20: hue angle of 10.11º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D83F20 is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 63 | 32 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.15 |
| HSL | 10.11º | 0.74% | 0.49% | - |
| HSV(B) | 10.11º | 0.85% | 0.85% | - |
| XYZ | 30.36 | 18.26 | 3.29 | - |
| YUV | 105.21 | 86.69 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 63 | 32 | 0 | 0.71 | 0.85 | 0.15 | 10.11 | 0.74 | 0.49 |
| Hex | D8 | 3F | 20 | 0 | 47 | 55 | F | A | 4A | 31 |
| Octal | 330 | 77 | 40 | 0 | 107 | 125 | 17 | 12 | 112 | 61 |
| Binary | 11011000 | 111111 | 100000 | 0 | 1000111 | 1010101 | 1111 | 1010 | 1001010 | 110001 |
Color Harmonies of #D83F20
Complementary color
Monochromatic Colors of #D83F20
Black with #D83F20
Text Example
Text Example
White with #D83F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83F20; }
p { color: rgb(216,63,32); }
H1.HeaderClassName
{
color: #D83F20;
}
.AnyTagClassName
{
color: #D83F20;
}
</style>
background-color css
<style>
a { background-color: #D83F20; }
a { background-color: rgb(216,63,32); }
div.DivClassName
{
background-color: #D83F20;
}
.BgClassName
{
background-color: #D83F20;
}
</style>
border-color css
<style>
span { border-color: #D83F20; }
span { border-color: rgb(216,63,32); }
td.TdClassName
{
border-color: #D83F20;
}
.TagClassName
{
border-color: #D83F20;
}
</style>