Html Css Color HEX #D71D09 Harley Davidson Orange
📋 copy color: '#D71D09'red 215 ◦ green 29 ◦ blue 9
Shades of Harley Davidson Orange #D71D09
Tints of Harley Davidson Orange #D71D09
RGB
CMYK
RGB Variations
Color information
#D71D09 (or 0xD71D09) is known color: Harley Davidson Orange. HEX triplet: D7, 1D and 09. RGB value is (215,29,9). Sum of RGB (Red+Green+Blue) = 215+29+9=253 (33% of max value = 765). Red value is 215 (84.38% from 255 or 84.98% from 253); Green value is 29 (11.72% from 255 or 11.46% from 253); Blue value is 9 (3.91% from 255 or 3.56% from 253); Max value from RGB is 215 - color contains mainly: red. Hex color #D71D09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D71D09 is #28E2F6. Grayscale: #525252. Windows color (decimal): -2679543 or 597463. OLE color: 597463.
HSL color Cylindrical-coordinate representation of color #D71D09: hue angle of 5.83º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D71D09 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 29 | 9 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.16 |
| HSL | 5.83º | 0.92% | 0.44% | - |
| HSV(B) | 5.83º | 0.96% | 0.84% | - |
| XYZ | 28.51 | 15.35 | 1.72 | - |
| YUV | 82.33 | 86.62 | 222.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 29 | 9 | 0 | 0.87 | 0.96 | 0.16 | 5.83 | 0.92 | 0.44 |
| Hex | D7 | 1D | 9 | 0 | 57 | 60 | 10 | 6 | 5C | 2C |
| Octal | 327 | 35 | 11 | 0 | 127 | 140 | 20 | 6 | 134 | 54 |
| Binary | 11010111 | 11101 | 1001 | 0 | 1010111 | 1100000 | 10000 | 110 | 1011100 | 101100 |
Color Harmonies of #D71D09
Complementary color
Monochromatic Colors of #D71D09
Black with #D71D09
Text Example
Text Example
White with #D71D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71D09; }
p { color: rgb(215,29,9); }
H1.HeaderClassName
{
color: #D71D09;
}
.AnyTagClassName
{
color: #D71D09;
}
</style>
background-color css
<style>
a { background-color: #D71D09; }
a { background-color: rgb(215,29,9); }
div.DivClassName
{
background-color: #D71D09;
}
.BgClassName
{
background-color: #D71D09;
}
</style>
border-color css
<style>
span { border-color: #D71D09; }
span { border-color: rgb(215,29,9); }
td.TdClassName
{
border-color: #D71D09;
}
.TagClassName
{
border-color: #D71D09;
}
</style>