Html Css Color HEX #D92516 Harley Davidson Orange
📋 copy color: '#D92516'red 217 ◦ green 37 ◦ blue 22
Shades of Harley Davidson Orange #D92516
Tints of Harley Davidson Orange #D92516
RGB
CMYK
RGB Variations
Color information
#D92516 (or 0xD92516) is known color: Harley Davidson Orange. HEX triplet: D9, 25 and 16. RGB value is (217,37,22). Sum of RGB (Red+Green+Blue) = 217+37+22=276 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.62% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 22 (8.98% from 255 or 7.97% from 276); Max value from RGB is 217 - color contains mainly: red. Hex color #D92516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92516 is #26DAE9. Grayscale: #595959. Windows color (decimal): -2546410 or 1451481. OLE color: 1451481.
HSL color Cylindrical-coordinate representation of color #D92516: hue angle of 4.62º 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 #D92516 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 37 | 22 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.15 |
| HSL | 4.62º | 0.82% | 0.47% | - |
| HSV(B) | 4.62º | 0.9% | 0.85% | - |
| XYZ | 29.42 | 16.13 | 2.32 | - |
| YUV | 89.11 | 90.13 | 219.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 37 | 22 | 0 | 0.83 | 0.90 | 0.15 | 4.62 | 0.82 | 0.47 |
| Hex | D9 | 25 | 16 | 0 | 53 | 5A | F | 5 | 52 | 2F |
| Octal | 331 | 45 | 26 | 0 | 123 | 132 | 17 | 5 | 122 | 57 |
| Binary | 11011001 | 100101 | 10110 | 0 | 1010011 | 1011010 | 1111 | 101 | 1010010 | 101111 |
Color Harmonies of #D92516
Complementary color
Monochromatic Colors of #D92516
Black with #D92516
Text Example
Text Example
White with #D92516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92516; }
p { color: rgb(217,37,22); }
H1.HeaderClassName
{
color: #D92516;
}
.AnyTagClassName
{
color: #D92516;
}
</style>
background-color css
<style>
a { background-color: #D92516; }
a { background-color: rgb(217,37,22); }
div.DivClassName
{
background-color: #D92516;
}
.BgClassName
{
background-color: #D92516;
}
</style>
border-color css
<style>
span { border-color: #D92516; }
span { border-color: rgb(217,37,22); }
td.TdClassName
{
border-color: #D92516;
}
.TagClassName
{
border-color: #D92516;
}
</style>