Html Css Color HEX #D92B16 Harley Davidson Orange
📋 copy color: '#D92B16'red 217 ◦ green 43 ◦ blue 22
Shades of Harley Davidson Orange #D92B16
Tints of Harley Davidson Orange #D92B16
RGB
CMYK
RGB Variations
Color information
#D92B16 (or 0xD92B16) is known color: Harley Davidson Orange. HEX triplet: D9, 2B and 16. RGB value is (217,43,22). Sum of RGB (Red+Green+Blue) = 217+43+22=282 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.95% from 282); Green value is 43 (17.19% from 255 or 15.25% from 282); Blue value is 22 (8.98% from 255 or 7.80% from 282); Max value from RGB is 217 - color contains mainly: red. Hex color #D92B16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92B16 is #26D4E9. Grayscale: #5C5C5C. Windows color (decimal): -2544874 or 1453017. OLE color: 1453017.
HSL color Cylindrical-coordinate representation of color #D92B16: hue angle of 6.46º 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 #D92B16 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 43 | 22 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.15 |
| HSL | 6.46º | 0.82% | 0.47% | - |
| HSV(B) | 6.46º | 0.9% | 0.85% | - |
| XYZ | 29.62 | 16.54 | 2.39 | - |
| YUV | 92.63 | 88.15 | 216.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 43 | 22 | 0 | 0.80 | 0.90 | 0.15 | 6.46 | 0.82 | 0.47 |
| Hex | D9 | 2B | 16 | 0 | 50 | 5A | F | 6 | 52 | 2F |
| Octal | 331 | 53 | 26 | 0 | 120 | 132 | 17 | 6 | 122 | 57 |
| Binary | 11011001 | 101011 | 10110 | 0 | 1010000 | 1011010 | 1111 | 110 | 1010010 | 101111 |
Color Harmonies of #D92B16
Complementary color
Monochromatic Colors of #D92B16
Black with #D92B16
Text Example
Text Example
White with #D92B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92B16; }
p { color: rgb(217,43,22); }
H1.HeaderClassName
{
color: #D92B16;
}
.AnyTagClassName
{
color: #D92B16;
}
</style>
background-color css
<style>
a { background-color: #D92B16; }
a { background-color: rgb(217,43,22); }
div.DivClassName
{
background-color: #D92B16;
}
.BgClassName
{
background-color: #D92B16;
}
</style>
border-color css
<style>
span { border-color: #D92B16; }
span { border-color: rgb(217,43,22); }
td.TdClassName
{
border-color: #D92B16;
}
.TagClassName
{
border-color: #D92B16;
}
</style>