Html Css Color HEX #D92716 Harley Davidson Orange
📋 copy color: '#D92716'red 217 ◦ green 39 ◦ blue 22
Shades of Harley Davidson Orange #D92716
Tints of Harley Davidson Orange #D92716
RGB
CMYK
RGB Variations
Color information
#D92716 (or 0xD92716) is known color: Harley Davidson Orange. HEX triplet: D9, 27 and 16. RGB value is (217,39,22). Sum of RGB (Red+Green+Blue) = 217+39+22=278 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.06% from 278); Green value is 39 (15.62% from 255 or 14.03% from 278); Blue value is 22 (8.98% from 255 or 7.91% from 278); Max value from RGB is 217 - color contains mainly: red. Hex color #D92716 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92716 is #26D8E9. Grayscale: #5A5A5A. Windows color (decimal): -2545898 or 1451993. OLE color: 1451993.
HSL color Cylindrical-coordinate representation of color #D92716: hue angle of 5.23º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D92716 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 39 | 22 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.15 |
| HSL | 5.23º | 0.82% | 0.47% | - |
| HSV(B) | 5.23º | 0.9% | 0.85% | - |
| XYZ | 29.49 | 16.26 | 2.34 | - |
| YUV | 90.28 | 89.47 | 218.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 39 | 22 | 0 | 0.82 | 0.90 | 0.15 | 5.23 | 0.82 | 0.47 |
| Hex | D9 | 27 | 16 | 0 | 52 | 5A | F | 5 | 52 | 2F |
| Octal | 331 | 47 | 26 | 0 | 122 | 132 | 17 | 5 | 122 | 57 |
| Binary | 11011001 | 100111 | 10110 | 0 | 1010010 | 1011010 | 1111 | 101 | 1010010 | 101111 |
Color Harmonies of #D92716
Complementary color
Monochromatic Colors of #D92716
Black with #D92716
Text Example
Text Example
White with #D92716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92716; }
p { color: rgb(217,39,22); }
H1.HeaderClassName
{
color: #D92716;
}
.AnyTagClassName
{
color: #D92716;
}
</style>
background-color css
<style>
a { background-color: #D92716; }
a { background-color: rgb(217,39,22); }
div.DivClassName
{
background-color: #D92716;
}
.BgClassName
{
background-color: #D92716;
}
</style>
border-color css
<style>
span { border-color: #D92716; }
span { border-color: rgb(217,39,22); }
td.TdClassName
{
border-color: #D92716;
}
.TagClassName
{
border-color: #D92716;
}
</style>