Html Css Color HEX #D92002 Harley Davidson Orange
📋 copy color: '#D92002'red 217 ◦ green 32 ◦ blue 2
Shades of Harley Davidson Orange #D92002
Tints of Harley Davidson Orange #D92002
RGB
CMYK
RGB Variations
Color information
#D92002 (or 0xD92002) is known color: Harley Davidson Orange. HEX triplet: D9, 20 and 02. RGB value is (217,32,2). Sum of RGB (Red+Green+Blue) = 217+32+2=251 (33% of max value = 765). Red value is 217 (85.16% from 255 or 86.45% from 251); Green value is 32 (12.89% from 255 or 12.75% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 217 - color contains mainly: red. Hex color #D92002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92002 is #26DFFD. Grayscale: #545454. Windows color (decimal): -2547710 or 139481. OLE color: 139481.
HSL color Cylindrical-coordinate representation of color #D92002: hue angle of 8.37º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D92002 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 32 | 2 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.15 |
| HSL | 8.37º | 0.98% | 0.43% | - |
| HSV(B) | 8.37º | 0.99% | 0.85% | - |
| XYZ | 29.14 | 15.79 | 1.57 | - |
| YUV | 83.9 | 81.79 | 222.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 32 | 2 | 0 | 0.85 | 0.99 | 0.15 | 8.37 | 0.98 | 0.43 |
| Hex | D9 | 20 | 2 | 0 | 55 | 63 | F | 8 | 62 | 2B |
| Octal | 331 | 40 | 2 | 0 | 125 | 143 | 17 | 10 | 142 | 53 |
| Binary | 11011001 | 100000 | 10 | 0 | 1010101 | 1100011 | 1111 | 1000 | 1100010 | 101011 |
Color Harmonies of #D92002
Complementary color
Monochromatic Colors of #D92002
Black with #D92002
Text Example
Text Example
White with #D92002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92002; }
p { color: rgb(217,32,2); }
H1.HeaderClassName
{
color: #D92002;
}
.AnyTagClassName
{
color: #D92002;
}
</style>
background-color css
<style>
a { background-color: #D92002; }
a { background-color: rgb(217,32,2); }
div.DivClassName
{
background-color: #D92002;
}
.BgClassName
{
background-color: #D92002;
}
</style>
border-color css
<style>
span { border-color: #D92002; }
span { border-color: rgb(217,32,2); }
td.TdClassName
{
border-color: #D92002;
}
.TagClassName
{
border-color: #D92002;
}
</style>