Html Css Color HEX #D71810 Harley Davidson Orange
📋 copy color: '#D71810'red 215 ◦ green 24 ◦ blue 16
Shades of Harley Davidson Orange #D71810
Tints of Harley Davidson Orange #D71810
RGB
CMYK
RGB Variations
Color information
#D71810 (or 0xD71810) is known color: Harley Davidson Orange. HEX triplet: D7, 18 and 10. RGB value is (215,24,16). Sum of RGB (Red+Green+Blue) = 215+24+16=255 (33% of max value = 765). Red value is 215 (84.38% from 255 or 84.31% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 16 (6.64% from 255 or 6.27% from 255); Max value from RGB is 215 - color contains mainly: red. Hex color #D71810 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D71810 is #28E7EF. Grayscale: #505050. Windows color (decimal): -2680816 or 1054935. OLE color: 1054935.
HSL color Cylindrical-coordinate representation of color #D71810: hue angle of 2.41º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D71810 is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 24 | 16 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.16 |
| HSL | 2.41º | 0.86% | 0.45% | - |
| HSV(B) | 2.41º | 0.93% | 0.84% | - |
| XYZ | 28.44 | 15.14 | 1.91 | - |
| YUV | 80.2 | 91.78 | 224.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 24 | 16 | 0 | 0.89 | 0.93 | 0.16 | 2.41 | 0.86 | 0.45 |
| Hex | D7 | 18 | 10 | 0 | 59 | 5D | 10 | 2 | 56 | 2D |
| Octal | 327 | 30 | 20 | 0 | 131 | 135 | 20 | 2 | 126 | 55 |
| Binary | 11010111 | 11000 | 10000 | 0 | 1011001 | 1011101 | 10000 | 10 | 1010110 | 101101 |
Color Harmonies of #D71810
Complementary color
Monochromatic Colors of #D71810
Black with #D71810
Text Example
Text Example
White with #D71810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71810; }
p { color: rgb(215,24,16); }
H1.HeaderClassName
{
color: #D71810;
}
.AnyTagClassName
{
color: #D71810;
}
</style>
background-color css
<style>
a { background-color: #D71810; }
a { background-color: rgb(215,24,16); }
div.DivClassName
{
background-color: #D71810;
}
.BgClassName
{
background-color: #D71810;
}
</style>
border-color css
<style>
span { border-color: #D71810; }
span { border-color: rgb(215,24,16); }
td.TdClassName
{
border-color: #D71810;
}
.TagClassName
{
border-color: #D71810;
}
</style>