Html Css Color HEX #D91B15 Harley Davidson Orange
📋 copy color: '#D91B15'red 217 ◦ green 27 ◦ blue 21
Shades of Harley Davidson Orange #D91B15
Tints of Harley Davidson Orange #D91B15
RGB
CMYK
RGB Variations
Color information
#D91B15 (or 0xD91B15) is known color: Harley Davidson Orange. HEX triplet: D9, 1B and 15. RGB value is (217,27,21). Sum of RGB (Red+Green+Blue) = 217+27+21=265 (35% of max value = 765). Red value is 217 (85.16% from 255 or 81.89% from 265); Green value is 27 (10.94% from 255 or 10.19% from 265); Blue value is 21 (8.59% from 255 or 7.92% from 265); Max value from RGB is 217 - color contains mainly: red. Hex color #D91B15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D91B15 is #26E4EA. Grayscale: #535353. Windows color (decimal): -2548971 or 1383385. OLE color: 1383385.
HSL color Cylindrical-coordinate representation of color #D91B15: hue angle of 1.84º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D91B15 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 27 | 21 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.15 |
| HSL | 1.84º | 0.82% | 0.47% | - |
| HSV(B) | 1.84º | 0.9% | 0.85% | - |
| XYZ | 29.14 | 15.59 | 2.18 | - |
| YUV | 83.13 | 92.95 | 223.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 27 | 21 | 0 | 0.88 | 0.90 | 0.15 | 1.84 | 0.82 | 0.47 |
| Hex | D9 | 1B | 15 | 0 | 58 | 5A | F | 2 | 52 | 2F |
| Octal | 331 | 33 | 25 | 0 | 130 | 132 | 17 | 2 | 122 | 57 |
| Binary | 11011001 | 11011 | 10101 | 0 | 1011000 | 1011010 | 1111 | 10 | 1010010 | 101111 |
Color Harmonies of #D91B15
Complementary color
Monochromatic Colors of #D91B15
Black with #D91B15
Text Example
Text Example
White with #D91B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91B15; }
p { color: rgb(217,27,21); }
H1.HeaderClassName
{
color: #D91B15;
}
.AnyTagClassName
{
color: #D91B15;
}
</style>
background-color css
<style>
a { background-color: #D91B15; }
a { background-color: rgb(217,27,21); }
div.DivClassName
{
background-color: #D91B15;
}
.BgClassName
{
background-color: #D91B15;
}
</style>
border-color css
<style>
span { border-color: #D91B15; }
span { border-color: rgb(217,27,21); }
td.TdClassName
{
border-color: #D91B15;
}
.TagClassName
{
border-color: #D91B15;
}
</style>