Html Css Color HEX #D91A0B Harley Davidson Orange
📋 copy color: '#D91A0B'red 217 ◦ green 26 ◦ blue 11
Shades of Harley Davidson Orange #D91A0B
Tints of Harley Davidson Orange #D91A0B
RGB
CMYK
RGB Variations
Color information
#D91A0B (or 0xD91A0B) is known color: Harley Davidson Orange. HEX triplet: D9, 1A and 0B. RGB value is (217,26,11). Sum of RGB (Red+Green+Blue) = 217+26+11=254 (33% of max value = 765). Red value is 217 (85.16% from 255 or 85.43% from 254); Green value is 26 (10.55% from 255 or 10.24% from 254); Blue value is 11 (4.69% from 255 or 4.33% from 254); Max value from RGB is 217 - color contains mainly: red. Hex color #D91A0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D91A0B is #26E5F4. Grayscale: #515151. Windows color (decimal): -2549237 or 727769. OLE color: 727769.
HSL color Cylindrical-coordinate representation of color #D91A0B: hue angle of 4.37º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D91A0B is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 26 | 11 | - |
| CMYK | 0 | 0.88 | 0.95 | 0.15 |
| HSL | 4.37º | 0.9% | 0.45% | - |
| HSV(B) | 4.37º | 0.95% | 0.85% | - |
| XYZ | 29.05 | 15.51 | 1.78 | - |
| YUV | 81.4 | 88.28 | 224.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 26 | 11 | 0 | 0.88 | 0.95 | 0.15 | 4.37 | 0.9 | 0.45 |
| Hex | D9 | 1A | B | 0 | 58 | 5F | F | 4 | 5A | 2D |
| Octal | 331 | 32 | 13 | 0 | 130 | 137 | 17 | 4 | 132 | 55 |
| Binary | 11011001 | 11010 | 1011 | 0 | 1011000 | 1011111 | 1111 | 100 | 1011010 | 101101 |
Color Harmonies of #D91A0B
Complementary color
Monochromatic Colors of #D91A0B
Black with #D91A0B
Text Example
Text Example
White with #D91A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91A0B; }
p { color: rgb(217,26,11); }
H1.HeaderClassName
{
color: #D91A0B;
}
.AnyTagClassName
{
color: #D91A0B;
}
</style>
background-color css
<style>
a { background-color: #D91A0B; }
a { background-color: rgb(217,26,11); }
div.DivClassName
{
background-color: #D91A0B;
}
.BgClassName
{
background-color: #D91A0B;
}
</style>
border-color css
<style>
span { border-color: #D91A0B; }
span { border-color: rgb(217,26,11); }
td.TdClassName
{
border-color: #D91A0B;
}
.TagClassName
{
border-color: #D91A0B;
}
</style>