Html Css Color HEX #D91D1A Harley Davidson Orange
📋 copy color: '#D91D1A'red 217 ◦ green 29 ◦ blue 26
Shades of Harley Davidson Orange #D91D1A
Tints of Harley Davidson Orange #D91D1A
RGB
CMYK
RGB Variations
Color information
#D91D1A (or 0xD91D1A) is known color: Harley Davidson Orange. HEX triplet: D9, 1D and 1A. RGB value is (217,29,26). Sum of RGB (Red+Green+Blue) = 217+29+26=272 (36% of max value = 765). Red value is 217 (85.16% from 255 or 79.78% from 272); Green value is 29 (11.72% from 255 or 10.66% from 272); Blue value is 26 (10.55% from 255 or 9.56% from 272); Max value from RGB is 217 - color contains mainly: red. Hex color #D91D1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D91D1A is #26E2E5. Grayscale: #555555. Windows color (decimal): -2548454 or 1711577. OLE color: 1711577.
HSL color Cylindrical-coordinate representation of color #D91D1A: hue angle of 0.94º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D91D1A is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 29 | 26 | - |
| CMYK | 0 | 0.87 | 0.88 | 0.15 |
| HSL | 0.94º | 0.79% | 0.48% | - |
| HSV(B) | 0.94º | 0.88% | 0.85% | - |
| XYZ | 29.24 | 15.71 | 2.47 | - |
| YUV | 84.87 | 94.78 | 222.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 29 | 26 | 0 | 0.87 | 0.88 | 0.15 | 0.94 | 0.79 | 0.48 |
| Hex | D9 | 1D | 1A | 0 | 57 | 58 | F | 1 | 4F | 30 |
| Octal | 331 | 35 | 32 | 0 | 127 | 130 | 17 | 1 | 117 | 60 |
| Binary | 11011001 | 11101 | 11010 | 0 | 1010111 | 1011000 | 1111 | 1 | 1001111 | 110000 |
Color Harmonies of #D91D1A
Complementary color
Monochromatic Colors of #D91D1A
Black with #D91D1A
Text Example
Text Example
White with #D91D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91D1A; }
p { color: rgb(217,29,26); }
H1.HeaderClassName
{
color: #D91D1A;
}
.AnyTagClassName
{
color: #D91D1A;
}
</style>
background-color css
<style>
a { background-color: #D91D1A; }
a { background-color: rgb(217,29,26); }
div.DivClassName
{
background-color: #D91D1A;
}
.BgClassName
{
background-color: #D91D1A;
}
</style>
border-color css
<style>
span { border-color: #D91D1A; }
span { border-color: rgb(217,29,26); }
td.TdClassName
{
border-color: #D91D1A;
}
.TagClassName
{
border-color: #D91D1A;
}
</style>