Html Css Color HEX #D92114 Harley Davidson Orange
📋 copy color: '#D92114'red 217 ◦ green 33 ◦ blue 20
Shades of Harley Davidson Orange #D92114
Tints of Harley Davidson Orange #D92114
RGB
CMYK
RGB Variations
Color information
#D92114 (or 0xD92114) is known color: Harley Davidson Orange. HEX triplet: D9, 21 and 14. RGB value is (217,33,20). Sum of RGB (Red+Green+Blue) = 217+33+20=270 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.37% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 20 (8.20% from 255 or 7.41% from 270); Max value from RGB is 217 - color contains mainly: red. Hex color #D92114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92114 is #26DEEB. Grayscale: #565656. Windows color (decimal): -2547436 or 1319385. OLE color: 1319385.
HSL color Cylindrical-coordinate representation of color #D92114: hue angle of 3.96º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D92114 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 33 | 20 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.15 |
| HSL | 3.96º | 0.83% | 0.46% | - |
| HSV(B) | 3.96º | 0.91% | 0.85% | - |
| XYZ | 29.29 | 15.89 | 2.19 | - |
| YUV | 86.53 | 90.46 | 221.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 33 | 20 | 0 | 0.85 | 0.91 | 0.15 | 3.96 | 0.83 | 0.46 |
| Hex | D9 | 21 | 14 | 0 | 55 | 5B | F | 4 | 53 | 2E |
| Octal | 331 | 41 | 24 | 0 | 125 | 133 | 17 | 4 | 123 | 56 |
| Binary | 11011001 | 100001 | 10100 | 0 | 1010101 | 1011011 | 1111 | 100 | 1010011 | 101110 |
Color Harmonies of #D92114
Complementary color
Monochromatic Colors of #D92114
Black with #D92114
Text Example
Text Example
White with #D92114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92114; }
p { color: rgb(217,33,20); }
H1.HeaderClassName
{
color: #D92114;
}
.AnyTagClassName
{
color: #D92114;
}
</style>
background-color css
<style>
a { background-color: #D92114; }
a { background-color: rgb(217,33,20); }
div.DivClassName
{
background-color: #D92114;
}
.BgClassName
{
background-color: #D92114;
}
</style>
border-color css
<style>
span { border-color: #D92114; }
span { border-color: rgb(217,33,20); }
td.TdClassName
{
border-color: #D92114;
}
.TagClassName
{
border-color: #D92114;
}
</style>