Html Css Color HEX #D91807 Harley Davidson Orange
📋 copy color: '#D91807'red 217 ◦ green 24 ◦ blue 7
Shades of Harley Davidson Orange #D91807
Tints of Harley Davidson Orange #D91807
RGB
CMYK
RGB Variations
Color information
#D91807 (or 0xD91807) is known color: Harley Davidson Orange. HEX triplet: D9, 18 and 07. RGB value is (217,24,7). Sum of RGB (Red+Green+Blue) = 217+24+7=248 (32% of max value = 765). Red value is 217 (85.16% from 255 or 87.5% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 7 (3.12% from 255 or 2.82% from 248); Max value from RGB is 217 - color contains mainly: red. Hex color #D91807 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D91807 is #26E7F8. Grayscale: #505050. Windows color (decimal): -2549753 or 465113. OLE color: 465113.
HSL color Cylindrical-coordinate representation of color #D91807: hue angle of 4.86º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D91807 is Cyan = 0, Magento = 0.89, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 24 | 7 | - |
| CMYK | 0 | 0.89 | 0.97 | 0.15 |
| HSL | 4.86º | 0.94% | 0.44% | - |
| HSV(B) | 4.86º | 0.97% | 0.85% | - |
| XYZ | 28.98 | 15.42 | 1.65 | - |
| YUV | 79.77 | 86.94 | 225.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 24 | 7 | 0 | 0.89 | 0.97 | 0.15 | 4.86 | 0.94 | 0.44 |
| Hex | D9 | 18 | 7 | 0 | 59 | 61 | F | 5 | 5E | 2C |
| Octal | 331 | 30 | 7 | 0 | 131 | 141 | 17 | 5 | 136 | 54 |
| Binary | 11011001 | 11000 | 111 | 0 | 1011001 | 1100001 | 1111 | 101 | 1011110 | 101100 |
Color Harmonies of #D91807
Complementary color
Monochromatic Colors of #D91807
Black with #D91807
Text Example
Text Example
White with #D91807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91807; }
p { color: rgb(217,24,7); }
H1.HeaderClassName
{
color: #D91807;
}
.AnyTagClassName
{
color: #D91807;
}
</style>
background-color css
<style>
a { background-color: #D91807; }
a { background-color: rgb(217,24,7); }
div.DivClassName
{
background-color: #D91807;
}
.BgClassName
{
background-color: #D91807;
}
</style>
border-color css
<style>
span { border-color: #D91807; }
span { border-color: rgb(217,24,7); }
td.TdClassName
{
border-color: #D91807;
}
.TagClassName
{
border-color: #D91807;
}
</style>