Html Css Color HEX #D91907 Harley Davidson Orange
📋 copy color: '#D91907'red 217 ◦ green 25 ◦ blue 7
Shades of Harley Davidson Orange #D91907
Tints of Harley Davidson Orange #D91907
RGB
CMYK
RGB Variations
Color information
#D91907 (or 0xD91907) is known color: Harley Davidson Orange. HEX triplet: D9, 19 and 07. RGB value is (217,25,7). Sum of RGB (Red+Green+Blue) = 217+25+7=249 (32% of max value = 765). Red value is 217 (85.16% from 255 or 87.15% from 249); Green value is 25 (10.16% from 255 or 10.04% from 249); Blue value is 7 (3.12% from 255 or 2.81% from 249); Max value from RGB is 217 - color contains mainly: red. Hex color #D91907 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D91907 is #26E6F8. Grayscale: #505050. Windows color (decimal): -2549497 or 465369. OLE color: 465369.
HSL color Cylindrical-coordinate representation of color #D91907: hue angle of 5.14º 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 #D91907 is Cyan = 0, Magento = 0.88, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 25 | 7 | - |
| CMYK | 0 | 0.88 | 0.97 | 0.15 |
| HSL | 5.14º | 0.94% | 0.44% | - |
| HSV(B) | 5.14º | 0.97% | 0.85% | - |
| XYZ | 29 | 15.46 | 1.66 | - |
| YUV | 80.36 | 86.61 | 225.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 25 | 7 | 0 | 0.88 | 0.97 | 0.15 | 5.14 | 0.94 | 0.44 |
| Hex | D9 | 19 | 7 | 0 | 58 | 61 | F | 5 | 5E | 2C |
| Octal | 331 | 31 | 7 | 0 | 130 | 141 | 17 | 5 | 136 | 54 |
| Binary | 11011001 | 11001 | 111 | 0 | 1011000 | 1100001 | 1111 | 101 | 1011110 | 101100 |
Color Harmonies of #D91907
Complementary color
Monochromatic Colors of #D91907
Black with #D91907
Text Example
Text Example
White with #D91907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91907; }
p { color: rgb(217,25,7); }
H1.HeaderClassName
{
color: #D91907;
}
.AnyTagClassName
{
color: #D91907;
}
</style>
background-color css
<style>
a { background-color: #D91907; }
a { background-color: rgb(217,25,7); }
div.DivClassName
{
background-color: #D91907;
}
.BgClassName
{
background-color: #D91907;
}
</style>
border-color css
<style>
span { border-color: #D91907; }
span { border-color: rgb(217,25,7); }
td.TdClassName
{
border-color: #D91907;
}
.TagClassName
{
border-color: #D91907;
}
</style>