Html Css Color HEX #D92502 Harley Davidson Orange
📋 copy color: '#D92502'red 217 ◦ green 37 ◦ blue 2
Shades of Harley Davidson Orange #D92502
Tints of Harley Davidson Orange #D92502
RGB
CMYK
RGB Variations
Color information
#D92502 (or 0xD92502) is known color: Harley Davidson Orange. HEX triplet: D9, 25 and 02. RGB value is (217,37,2). Sum of RGB (Red+Green+Blue) = 217+37+2=256 (33% of max value = 765). Red value is 217 (85.16% from 255 or 84.77% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 217 - color contains mainly: red. Hex color #D92502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92502 is #26DAFD. Grayscale: #575757. Windows color (decimal): -2546430 or 140761. OLE color: 140761.
HSL color Cylindrical-coordinate representation of color #D92502: hue angle of 9.77º 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 #D92502 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 37 | 2 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.15 |
| HSL | 9.77º | 0.98% | 0.43% | - |
| HSV(B) | 9.77º | 0.99% | 0.85% | - |
| XYZ | 29.29 | 16.08 | 1.62 | - |
| YUV | 86.83 | 80.13 | 220.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 37 | 2 | 0 | 0.83 | 0.99 | 0.15 | 9.77 | 0.98 | 0.43 |
| Hex | D9 | 25 | 2 | 0 | 53 | 63 | F | A | 62 | 2B |
| Octal | 331 | 45 | 2 | 0 | 123 | 143 | 17 | 12 | 142 | 53 |
| Binary | 11011001 | 100101 | 10 | 0 | 1010011 | 1100011 | 1111 | 1010 | 1100010 | 101011 |
Color Harmonies of #D92502
Complementary color
Monochromatic Colors of #D92502
Black with #D92502
Text Example
Text Example
White with #D92502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92502; }
p { color: rgb(217,37,2); }
H1.HeaderClassName
{
color: #D92502;
}
.AnyTagClassName
{
color: #D92502;
}
</style>
background-color css
<style>
a { background-color: #D92502; }
a { background-color: rgb(217,37,2); }
div.DivClassName
{
background-color: #D92502;
}
.BgClassName
{
background-color: #D92502;
}
</style>
border-color css
<style>
span { border-color: #D92502; }
span { border-color: rgb(217,37,2); }
td.TdClassName
{
border-color: #D92502;
}
.TagClassName
{
border-color: #D92502;
}
</style>