Html Css Color HEX #D92000 Harley Davidson Orange
📋 copy color: '#D92000'red 217 ◦ green 32 ◦ blue 0
Shades of Harley Davidson Orange #D92000
Tints of Harley Davidson Orange #D92000
RGB
CMYK
RGB Variations
Color information
#D92000 (or 0xD92000) is known color: Harley Davidson Orange. HEX triplet: D9, 20 and 00. RGB value is (217,32,0). Sum of RGB (Red+Green+Blue) = 217+32+0=249 (32% of max value = 765). Red value is 217 (85.16% from 255 or 87.15% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 217 - color contains mainly: red. Hex color #D92000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92000 is #26DFFF. Grayscale: #535353. Windows color (decimal): -2547712 or 8409. OLE color: 8409.
HSL color Cylindrical-coordinate representation of color #D92000: hue angle of 8.85º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D92000 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 32 | 0 | - |
| CMYK | 0 | 0.85 | 1 | 0.15 |
| HSL | 8.85º | 1% | 0.43% | - |
| HSV(B) | 8.85º | 1% | 0.85% | - |
| XYZ | 29.13 | 15.78 | 1.51 | - |
| YUV | 83.67 | 80.79 | 223.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 32 | 0 | 0 | 0.85 | 1 | 0.15 | 8.85 | 1 | 0.43 |
| Hex | D9 | 20 | 0 | 0 | 55 | 64 | F | 9 | 64 | 2B |
| Octal | 331 | 40 | 0 | 0 | 125 | 144 | 17 | 11 | 144 | 53 |
| Binary | 11011001 | 100000 | 0 | 0 | 1010101 | 1100100 | 1111 | 1001 | 1100100 | 101011 |
Color Harmonies of #D92000
Complementary color
Monochromatic Colors of #D92000
Black with #D92000
Text Example
Text Example
White with #D92000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92000; }
p { color: rgb(217,32,0); }
H1.HeaderClassName
{
color: #D92000;
}
.AnyTagClassName
{
color: #D92000;
}
</style>
background-color css
<style>
a { background-color: #D92000; }
a { background-color: rgb(217,32,0); }
div.DivClassName
{
background-color: #D92000;
}
.BgClassName
{
background-color: #D92000;
}
</style>
border-color css
<style>
span { border-color: #D92000; }
span { border-color: rgb(217,32,0); }
td.TdClassName
{
border-color: #D92000;
}
.TagClassName
{
border-color: #D92000;
}
</style>