Html Css Color HEX #D92616 Harley Davidson Orange
📋 copy color: '#D92616'red 217 ◦ green 38 ◦ blue 22
Shades of Harley Davidson Orange #D92616
Tints of Harley Davidson Orange #D92616
RGB
CMYK
RGB Variations
Color information
#D92616 (or 0xD92616) is known color: Harley Davidson Orange. HEX triplet: D9, 26 and 16. RGB value is (217,38,22). Sum of RGB (Red+Green+Blue) = 217+38+22=277 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.34% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 217 - color contains mainly: red. Hex color #D92616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92616 is #26D9E9. Grayscale: #595959. Windows color (decimal): -2546154 or 1451737. OLE color: 1451737.
HSL color Cylindrical-coordinate representation of color #D92616: hue angle of 4.92º 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 #D92616 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 38 | 22 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.15 |
| HSL | 4.92º | 0.82% | 0.47% | - |
| HSV(B) | 4.92º | 0.9% | 0.85% | - |
| XYZ | 29.45 | 16.2 | 2.33 | - |
| YUV | 89.7 | 89.8 | 218.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 38 | 22 | 0 | 0.82 | 0.90 | 0.15 | 4.92 | 0.82 | 0.47 |
| Hex | D9 | 26 | 16 | 0 | 52 | 5A | F | 5 | 52 | 2F |
| Octal | 331 | 46 | 26 | 0 | 122 | 132 | 17 | 5 | 122 | 57 |
| Binary | 11011001 | 100110 | 10110 | 0 | 1010010 | 1011010 | 1111 | 101 | 1010010 | 101111 |
Color Harmonies of #D92616
Complementary color
Monochromatic Colors of #D92616
Black with #D92616
Text Example
Text Example
White with #D92616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92616; }
p { color: rgb(217,38,22); }
H1.HeaderClassName
{
color: #D92616;
}
.AnyTagClassName
{
color: #D92616;
}
</style>
background-color css
<style>
a { background-color: #D92616; }
a { background-color: rgb(217,38,22); }
div.DivClassName
{
background-color: #D92616;
}
.BgClassName
{
background-color: #D92616;
}
</style>
border-color css
<style>
span { border-color: #D92616; }
span { border-color: rgb(217,38,22); }
td.TdClassName
{
border-color: #D92616;
}
.TagClassName
{
border-color: #D92616;
}
</style>