Html Css Color HEX #D7170C Harley Davidson Orange
📋 copy color: '#D7170C'red 215 ◦ green 23 ◦ blue 12
Shades of Harley Davidson Orange #D7170C
Tints of Harley Davidson Orange #D7170C
RGB
CMYK
RGB Variations
Color information
#D7170C (or 0xD7170C) is known color: Harley Davidson Orange. HEX triplet: D7, 17 and 0C. RGB value is (215,23,12). Sum of RGB (Red+Green+Blue) = 215+23+12=250 (33% of max value = 765). Red value is 215 (84.38% from 255 or 86% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 215 - color contains mainly: red. Hex color #D7170C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D7170C is #28E8F3. Grayscale: #4F4F4F. Windows color (decimal): -2681076 or 792535. OLE color: 792535.
HSL color Cylindrical-coordinate representation of color #D7170C: hue angle of 3.25º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D7170C is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 23 | 12 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.16 |
| HSL | 3.25º | 0.89% | 0.45% | - |
| HSV(B) | 3.25º | 0.94% | 0.84% | - |
| XYZ | 28.4 | 15.09 | 1.76 | - |
| YUV | 79.15 | 90.11 | 224.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 23 | 12 | 0 | 0.89 | 0.94 | 0.16 | 3.25 | 0.89 | 0.45 |
| Hex | D7 | 17 | C | 0 | 59 | 5E | 10 | 3 | 59 | 2D |
| Octal | 327 | 27 | 14 | 0 | 131 | 136 | 20 | 3 | 131 | 55 |
| Binary | 11010111 | 10111 | 1100 | 0 | 1011001 | 1011110 | 10000 | 11 | 1011001 | 101101 |
Color Harmonies of #D7170C
Complementary color
Monochromatic Colors of #D7170C
Black with #D7170C
Text Example
Text Example
White with #D7170C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7170C; }
p { color: rgb(215,23,12); }
H1.HeaderClassName
{
color: #D7170C;
}
.AnyTagClassName
{
color: #D7170C;
}
</style>
background-color css
<style>
a { background-color: #D7170C; }
a { background-color: rgb(215,23,12); }
div.DivClassName
{
background-color: #D7170C;
}
.BgClassName
{
background-color: #D7170C;
}
</style>
border-color css
<style>
span { border-color: #D7170C; }
span { border-color: rgb(215,23,12); }
td.TdClassName
{
border-color: #D7170C;
}
.TagClassName
{
border-color: #D7170C;
}
</style>