Html Css Color HEX #D83020 Harley Davidson Orange
📋 copy color: '#D83020'red 216 ◦ green 48 ◦ blue 32
Shades of Harley Davidson Orange #D83020
Tints of Harley Davidson Orange #D83020
RGB
CMYK
RGB Variations
Color information
#D83020 (or 0xD83020) is known color: Harley Davidson Orange. HEX triplet: D8, 30 and 20. RGB value is (216,48,32). Sum of RGB (Red+Green+Blue) = 216+48+32=296 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.97% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 32 (12.89% from 255 or 10.81% from 296); Max value from RGB is 216 - color contains mainly: red. Hex color #D83020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83020 is #27CFDF. Grayscale: #606060. Windows color (decimal): -2609120 or 2109656. OLE color: 2109656.
HSL color Cylindrical-coordinate representation of color #D83020: hue angle of 5.22º 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 #D83020 is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 48 | 32 | - |
| CMYK | 0 | 0.78 | 0.85 | 0.15 |
| HSL | 5.22º | 0.74% | 0.49% | - |
| HSV(B) | 5.22º | 0.85% | 0.85% | - |
| XYZ | 29.64 | 16.82 | 3.05 | - |
| YUV | 96.41 | 91.66 | 213.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 48 | 32 | 0 | 0.78 | 0.85 | 0.15 | 5.22 | 0.74 | 0.49 |
| Hex | D8 | 30 | 20 | 0 | 4E | 55 | F | 5 | 4A | 31 |
| Octal | 330 | 60 | 40 | 0 | 116 | 125 | 17 | 5 | 112 | 61 |
| Binary | 11011000 | 110000 | 100000 | 0 | 1001110 | 1010101 | 1111 | 101 | 1001010 | 110001 |
Color Harmonies of #D83020
Complementary color
Monochromatic Colors of #D83020
Black with #D83020
Text Example
Text Example
White with #D83020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83020; }
p { color: rgb(216,48,32); }
H1.HeaderClassName
{
color: #D83020;
}
.AnyTagClassName
{
color: #D83020;
}
</style>
background-color css
<style>
a { background-color: #D83020; }
a { background-color: rgb(216,48,32); }
div.DivClassName
{
background-color: #D83020;
}
.BgClassName
{
background-color: #D83020;
}
</style>
border-color css
<style>
span { border-color: #D83020; }
span { border-color: rgb(216,48,32); }
td.TdClassName
{
border-color: #D83020;
}
.TagClassName
{
border-color: #D83020;
}
</style>