Html Css Color HEX #D92A12 Harley Davidson Orange
📋 copy color: '#D92A12'red 217 ◦ green 42 ◦ blue 18
Shades of Harley Davidson Orange #D92A12
Tints of Harley Davidson Orange #D92A12
RGB
CMYK
RGB Variations
Color information
#D92A12 (or 0xD92A12) is known color: Harley Davidson Orange. HEX triplet: D9, 2A and 12. RGB value is (217,42,18). Sum of RGB (Red+Green+Blue) = 217+42+18=277 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.34% from 277); Green value is 42 (16.80% from 255 or 15.16% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 217 - color contains mainly: red. Hex color #D92A12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92A12 is #26D5ED. Grayscale: #5B5B5B. Windows color (decimal): -2545134 or 1190617. OLE color: 1190617.
HSL color Cylindrical-coordinate representation of color #D92A12: hue angle of 7.24º 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 #D92A12 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 42 | 18 | - |
| CMYK | 0 | 0.81 | 0.92 | 0.15 |
| HSL | 7.24º | 0.85% | 0.46% | - |
| HSV(B) | 7.24º | 0.92% | 0.85% | - |
| XYZ | 29.55 | 16.45 | 2.19 | - |
| YUV | 91.59 | 86.48 | 217.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 42 | 18 | 0 | 0.81 | 0.92 | 0.15 | 7.24 | 0.85 | 0.46 |
| Hex | D9 | 2A | 12 | 0 | 51 | 5C | F | 7 | 55 | 2E |
| Octal | 331 | 52 | 22 | 0 | 121 | 134 | 17 | 7 | 125 | 56 |
| Binary | 11011001 | 101010 | 10010 | 0 | 1010001 | 1011100 | 1111 | 111 | 1010101 | 101110 |
Color Harmonies of #D92A12
Complementary color
Monochromatic Colors of #D92A12
Black with #D92A12
Text Example
Text Example
White with #D92A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92A12; }
p { color: rgb(217,42,18); }
H1.HeaderClassName
{
color: #D92A12;
}
.AnyTagClassName
{
color: #D92A12;
}
</style>
background-color css
<style>
a { background-color: #D92A12; }
a { background-color: rgb(217,42,18); }
div.DivClassName
{
background-color: #D92A12;
}
.BgClassName
{
background-color: #D92A12;
}
</style>
border-color css
<style>
span { border-color: #D92A12; }
span { border-color: rgb(217,42,18); }
td.TdClassName
{
border-color: #D92A12;
}
.TagClassName
{
border-color: #D92A12;
}
</style>