Html Css Color HEX #D92D14 Harley Davidson Orange
📋 copy color: '#D92D14'red 217 ◦ green 45 ◦ blue 20
Shades of Harley Davidson Orange #D92D14
Tints of Harley Davidson Orange #D92D14
RGB
CMYK
RGB Variations
Color information
#D92D14 (or 0xD92D14) is known color: Harley Davidson Orange. HEX triplet: D9, 2D and 14. RGB value is (217,45,20). Sum of RGB (Red+Green+Blue) = 217+45+20=282 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.95% from 282); Green value is 45 (17.97% from 255 or 15.96% from 282); Blue value is 20 (8.20% from 255 or 7.09% from 282); Max value from RGB is 217 - color contains mainly: red. Hex color #D92D14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92D14 is #26D2EB. Grayscale: #5D5D5D. Windows color (decimal): -2544364 or 1322457. OLE color: 1322457.
HSL color Cylindrical-coordinate representation of color #D92D14: hue angle of 7.61º 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 #D92D14 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 45 | 20 | - |
| CMYK | 0 | 0.79 | 0.91 | 0.15 |
| HSL | 7.61º | 0.83% | 0.46% | - |
| HSV(B) | 7.61º | 0.91% | 0.85% | - |
| XYZ | 29.68 | 16.68 | 2.32 | - |
| YUV | 93.58 | 86.48 | 216.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 45 | 20 | 0 | 0.79 | 0.91 | 0.15 | 7.61 | 0.83 | 0.46 |
| Hex | D9 | 2D | 14 | 0 | 4F | 5B | F | 8 | 53 | 2E |
| Octal | 331 | 55 | 24 | 0 | 117 | 133 | 17 | 10 | 123 | 56 |
| Binary | 11011001 | 101101 | 10100 | 0 | 1001111 | 1011011 | 1111 | 1000 | 1010011 | 101110 |
Color Harmonies of #D92D14
Complementary color
Monochromatic Colors of #D92D14
Black with #D92D14
Text Example
Text Example
White with #D92D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92D14; }
p { color: rgb(217,45,20); }
H1.HeaderClassName
{
color: #D92D14;
}
.AnyTagClassName
{
color: #D92D14;
}
</style>
background-color css
<style>
a { background-color: #D92D14; }
a { background-color: rgb(217,45,20); }
div.DivClassName
{
background-color: #D92D14;
}
.BgClassName
{
background-color: #D92D14;
}
</style>
border-color css
<style>
span { border-color: #D92D14; }
span { border-color: rgb(217,45,20); }
td.TdClassName
{
border-color: #D92D14;
}
.TagClassName
{
border-color: #D92D14;
}
</style>