Html Css Color HEX #D92F02 Harley Davidson Orange
📋 copy color: '#D92F02'red 217 ◦ green 47 ◦ blue 2
Shades of Harley Davidson Orange #D92F02
Tints of Harley Davidson Orange #D92F02
RGB
CMYK
RGB Variations
Color information
#D92F02 (or 0xD92F02) is known color: Harley Davidson Orange. HEX triplet: D9, 2F and 02. RGB value is (217,47,2). Sum of RGB (Red+Green+Blue) = 217+47+2=266 (35% of max value = 765). Red value is 217 (85.16% from 255 or 81.58% from 266); Green value is 47 (18.75% from 255 or 17.67% from 266); Blue value is 2 (1.17% from 255 or 0.75% from 266); Max value from RGB is 217 - color contains mainly: red. Hex color #D92F02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92F02 is #26D0FD. Grayscale: #5D5D5D. Windows color (decimal): -2543870 or 143321. OLE color: 143321.
HSL color Cylindrical-coordinate representation of color #D92F02: hue angle of 12.56º 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 #D92F02 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 47 | 2 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.15 |
| HSL | 12.56º | 0.98% | 0.43% | - |
| HSV(B) | 12.56º | 0.99% | 0.85% | - |
| XYZ | 29.64 | 16.79 | 1.74 | - |
| YUV | 92.7 | 76.82 | 216.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 47 | 2 | 0 | 0.78 | 0.99 | 0.15 | 12.56 | 0.98 | 0.43 |
| Hex | D9 | 2F | 2 | 0 | 4E | 63 | F | D | 62 | 2B |
| Octal | 331 | 57 | 2 | 0 | 116 | 143 | 17 | 15 | 142 | 53 |
| Binary | 11011001 | 101111 | 10 | 0 | 1001110 | 1100011 | 1111 | 1101 | 1100010 | 101011 |
Color Harmonies of #D92F02
Complementary color
Monochromatic Colors of #D92F02
Black with #D92F02
Text Example
Text Example
White with #D92F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92F02; }
p { color: rgb(217,47,2); }
H1.HeaderClassName
{
color: #D92F02;
}
.AnyTagClassName
{
color: #D92F02;
}
</style>
background-color css
<style>
a { background-color: #D92F02; }
a { background-color: rgb(217,47,2); }
div.DivClassName
{
background-color: #D92F02;
}
.BgClassName
{
background-color: #D92F02;
}
</style>
border-color css
<style>
span { border-color: #D92F02; }
span { border-color: rgb(217,47,2); }
td.TdClassName
{
border-color: #D92F02;
}
.TagClassName
{
border-color: #D92F02;
}
</style>