Html Css Color HEX #D92302 Harley Davidson Orange
📋 copy color: '#D92302'red 217 ◦ green 35 ◦ blue 2
Shades of Harley Davidson Orange #D92302
Tints of Harley Davidson Orange #D92302
RGB
CMYK
RGB Variations
Color information
#D92302 (or 0xD92302) is known color: Harley Davidson Orange. HEX triplet: D9, 23 and 02. RGB value is (217,35,2). Sum of RGB (Red+Green+Blue) = 217+35+2=254 (33% of max value = 765). Red value is 217 (85.16% from 255 or 85.43% from 254); Green value is 35 (14.06% from 255 or 13.78% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 217 - color contains mainly: red. Hex color #D92302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92302 is #26DCFD. Grayscale: #555555. Windows color (decimal): -2546942 or 140249. OLE color: 140249.
HSL color Cylindrical-coordinate representation of color #D92302: hue angle of 9.21º 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 #D92302 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 35 | 2 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.15 |
| HSL | 9.21º | 0.98% | 0.43% | - |
| HSV(B) | 9.21º | 0.99% | 0.85% | - |
| XYZ | 29.23 | 15.96 | 1.6 | - |
| YUV | 85.66 | 80.8 | 221.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 35 | 2 | 0 | 0.84 | 0.99 | 0.15 | 9.21 | 0.98 | 0.43 |
| Hex | D9 | 23 | 2 | 0 | 54 | 63 | F | 9 | 62 | 2B |
| Octal | 331 | 43 | 2 | 0 | 124 | 143 | 17 | 11 | 142 | 53 |
| Binary | 11011001 | 100011 | 10 | 0 | 1010100 | 1100011 | 1111 | 1001 | 1100010 | 101011 |
Color Harmonies of #D92302
Complementary color
Monochromatic Colors of #D92302
Black with #D92302
Text Example
Text Example
White with #D92302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92302; }
p { color: rgb(217,35,2); }
H1.HeaderClassName
{
color: #D92302;
}
.AnyTagClassName
{
color: #D92302;
}
</style>
background-color css
<style>
a { background-color: #D92302; }
a { background-color: rgb(217,35,2); }
div.DivClassName
{
background-color: #D92302;
}
.BgClassName
{
background-color: #D92302;
}
</style>
border-color css
<style>
span { border-color: #D92302; }
span { border-color: rgb(217,35,2); }
td.TdClassName
{
border-color: #D92302;
}
.TagClassName
{
border-color: #D92302;
}
</style>