Html Css Color HEX #D91F12 Harley Davidson Orange
📋 copy color: '#D91F12'red 217 ◦ green 31 ◦ blue 18
Shades of Harley Davidson Orange #D91F12
Tints of Harley Davidson Orange #D91F12
RGB
CMYK
RGB Variations
Color information
#D91F12 (or 0xD91F12) is known color: Harley Davidson Orange. HEX triplet: D9, 1F and 12. RGB value is (217,31,18). Sum of RGB (Red+Green+Blue) = 217+31+18=266 (35% of max value = 765). Red value is 217 (85.16% from 255 or 81.58% from 266); Green value is 31 (12.5% from 255 or 11.65% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 217 - color contains mainly: red. Hex color #D91F12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D91F12 is #26E0ED. Grayscale: #555555. Windows color (decimal): -2547950 or 1187801. OLE color: 1187801.
HSL color Cylindrical-coordinate representation of color #D91F12: hue angle of 3.92º 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 #D91F12 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 31 | 18 | - |
| CMYK | 0 | 0.86 | 0.92 | 0.15 |
| HSL | 3.92º | 0.85% | 0.46% | - |
| HSV(B) | 3.92º | 0.92% | 0.85% | - |
| XYZ | 29.21 | 15.78 | 2.08 | - |
| YUV | 85.13 | 90.12 | 222.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 31 | 18 | 0 | 0.86 | 0.92 | 0.15 | 3.92 | 0.85 | 0.46 |
| Hex | D9 | 1F | 12 | 0 | 56 | 5C | F | 4 | 55 | 2E |
| Octal | 331 | 37 | 22 | 0 | 126 | 134 | 17 | 4 | 125 | 56 |
| Binary | 11011001 | 11111 | 10010 | 0 | 1010110 | 1011100 | 1111 | 100 | 1010101 | 101110 |
Color Harmonies of #D91F12
Complementary color
Monochromatic Colors of #D91F12
Black with #D91F12
Text Example
Text Example
White with #D91F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91F12; }
p { color: rgb(217,31,18); }
H1.HeaderClassName
{
color: #D91F12;
}
.AnyTagClassName
{
color: #D91F12;
}
</style>
background-color css
<style>
a { background-color: #D91F12; }
a { background-color: rgb(217,31,18); }
div.DivClassName
{
background-color: #D91F12;
}
.BgClassName
{
background-color: #D91F12;
}
</style>
border-color css
<style>
span { border-color: #D91F12; }
span { border-color: rgb(217,31,18); }
td.TdClassName
{
border-color: #D91F12;
}
.TagClassName
{
border-color: #D91F12;
}
</style>