Html Css Color HEX #D92D12 Harley Davidson Orange
📋 copy color: '#D92D12'red 217 ◦ green 45 ◦ blue 18
Shades of Harley Davidson Orange #D92D12
Tints of Harley Davidson Orange #D92D12
RGB
CMYK
RGB Variations
Color information
#D92D12 (or 0xD92D12) is known color: Harley Davidson Orange. HEX triplet: D9, 2D and 12. RGB value is (217,45,18). Sum of RGB (Red+Green+Blue) = 217+45+18=280 (37% of max value = 765). Red value is 217 (85.16% from 255 or 77.5% from 280); Green value is 45 (17.97% from 255 or 16.07% from 280); Blue value is 18 (7.42% from 255 or 6.43% from 280); Max value from RGB is 217 - color contains mainly: red. Hex color #D92D12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92D12 is #26D2ED. Grayscale: #5D5D5D. Windows color (decimal): -2544366 or 1191385. OLE color: 1191385.
HSL color Cylindrical-coordinate representation of color #D92D12: hue angle of 8.14º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D92D12 is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 45 | 18 | - |
| CMYK | 0 | 0.79 | 0.92 | 0.15 |
| HSL | 8.14º | 0.85% | 0.46% | - |
| HSV(B) | 8.14º | 0.92% | 0.85% | - |
| XYZ | 29.66 | 16.67 | 2.23 | - |
| YUV | 93.35 | 85.48 | 216.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 45 | 18 | 0 | 0.79 | 0.92 | 0.15 | 8.14 | 0.85 | 0.46 |
| Hex | D9 | 2D | 12 | 0 | 4F | 5C | F | 8 | 55 | 2E |
| Octal | 331 | 55 | 22 | 0 | 117 | 134 | 17 | 10 | 125 | 56 |
| Binary | 11011001 | 101101 | 10010 | 0 | 1001111 | 1011100 | 1111 | 1000 | 1010101 | 101110 |
Color Harmonies of #D92D12
Complementary color
Monochromatic Colors of #D92D12
Black with #D92D12
Text Example
Text Example
White with #D92D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92D12; }
p { color: rgb(217,45,18); }
H1.HeaderClassName
{
color: #D92D12;
}
.AnyTagClassName
{
color: #D92D12;
}
</style>
background-color css
<style>
a { background-color: #D92D12; }
a { background-color: rgb(217,45,18); }
div.DivClassName
{
background-color: #D92D12;
}
.BgClassName
{
background-color: #D92D12;
}
</style>
border-color css
<style>
span { border-color: #D92D12; }
span { border-color: rgb(217,45,18); }
td.TdClassName
{
border-color: #D92D12;
}
.TagClassName
{
border-color: #D92D12;
}
</style>