Html Css Color HEX #D83120 Harley Davidson Orange
📋 copy color: '#D83120'red 216 ◦ green 49 ◦ blue 32
Shades of Harley Davidson Orange #D83120
Tints of Harley Davidson Orange #D83120
RGB
CMYK
RGB Variations
Color information
#D83120 (or 0xD83120) is known color: Harley Davidson Orange. HEX triplet: D8, 31 and 20. RGB value is (216,49,32). Sum of RGB (Red+Green+Blue) = 216+49+32=297 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.73% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 32 (12.89% from 255 or 10.77% from 297); Max value from RGB is 216 - color contains mainly: red. Hex color #D83120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83120 is #27CEDF. Grayscale: #616161. Windows color (decimal): -2608864 or 2109912. OLE color: 2109912.
HSL color Cylindrical-coordinate representation of color #D83120: hue angle of 5.54º 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 #D83120 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 49 | 32 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.15 |
| HSL | 5.54º | 0.74% | 0.49% | - |
| HSV(B) | 5.54º | 0.85% | 0.85% | - |
| XYZ | 29.68 | 16.9 | 3.06 | - |
| YUV | 97 | 91.33 | 212.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 49 | 32 | 0 | 0.77 | 0.85 | 0.15 | 5.54 | 0.74 | 0.49 |
| Hex | D8 | 31 | 20 | 0 | 4D | 55 | F | 6 | 4A | 31 |
| Octal | 330 | 61 | 40 | 0 | 115 | 125 | 17 | 6 | 112 | 61 |
| Binary | 11011000 | 110001 | 100000 | 0 | 1001101 | 1010101 | 1111 | 110 | 1001010 | 110001 |
Color Harmonies of #D83120
Complementary color
Monochromatic Colors of #D83120
Black with #D83120
Text Example
Text Example
White with #D83120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83120; }
p { color: rgb(216,49,32); }
H1.HeaderClassName
{
color: #D83120;
}
.AnyTagClassName
{
color: #D83120;
}
</style>
background-color css
<style>
a { background-color: #D83120; }
a { background-color: rgb(216,49,32); }
div.DivClassName
{
background-color: #D83120;
}
.BgClassName
{
background-color: #D83120;
}
</style>
border-color css
<style>
span { border-color: #D83120; }
span { border-color: rgb(216,49,32); }
td.TdClassName
{
border-color: #D83120;
}
.TagClassName
{
border-color: #D83120;
}
</style>