Html Css Color HEX #D92D1B Harley Davidson Orange
📋 copy color: '#D92D1B'red 217 ◦ green 45 ◦ blue 27
Shades of Harley Davidson Orange #D92D1B
Tints of Harley Davidson Orange #D92D1B
RGB
CMYK
RGB Variations
Color information
#D92D1B (or 0xD92D1B) is known color: Harley Davidson Orange. HEX triplet: D9, 2D and 1B. RGB value is (217,45,27). Sum of RGB (Red+Green+Blue) = 217+45+27=289 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.09% from 289); Green value is 45 (17.97% from 255 or 15.57% from 289); Blue value is 27 (10.94% from 255 or 9.34% from 289); Max value from RGB is 217 - color contains mainly: red. Hex color #D92D1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92D1B is #26D2E4. Grayscale: #5E5E5E. Windows color (decimal): -2544357 or 1781209. OLE color: 1781209.
HSL color Cylindrical-coordinate representation of color #D92D1B: hue angle of 5.68º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D92D1B is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 45 | 27 | - |
| CMYK | 0 | 0.79 | 0.88 | 0.15 |
| HSL | 5.68º | 0.78% | 0.48% | - |
| HSV(B) | 5.68º | 0.88% | 0.85% | - |
| XYZ | 29.75 | 16.71 | 2.69 | - |
| YUV | 94.38 | 89.98 | 215.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 45 | 27 | 0 | 0.79 | 0.88 | 0.15 | 5.68 | 0.78 | 0.48 |
| Hex | D9 | 2D | 1B | 0 | 4F | 58 | F | 6 | 4E | 30 |
| Octal | 331 | 55 | 33 | 0 | 117 | 130 | 17 | 6 | 116 | 60 |
| Binary | 11011001 | 101101 | 11011 | 0 | 1001111 | 1011000 | 1111 | 110 | 1001110 | 110000 |
Color Harmonies of #D92D1B
Complementary color
Monochromatic Colors of #D92D1B
Black with #D92D1B
Text Example
Text Example
White with #D92D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92D1B; }
p { color: rgb(217,45,27); }
H1.HeaderClassName
{
color: #D92D1B;
}
.AnyTagClassName
{
color: #D92D1B;
}
</style>
background-color css
<style>
a { background-color: #D92D1B; }
a { background-color: rgb(217,45,27); }
div.DivClassName
{
background-color: #D92D1B;
}
.BgClassName
{
background-color: #D92D1B;
}
</style>
border-color css
<style>
span { border-color: #D92D1B; }
span { border-color: rgb(217,45,27); }
td.TdClassName
{
border-color: #D92D1B;
}
.TagClassName
{
border-color: #D92D1B;
}
</style>