Html Css Color HEX #D92015 Harley Davidson Orange
📋 copy color: '#D92015'red 217 ◦ green 32 ◦ blue 21
Shades of Harley Davidson Orange #D92015
Tints of Harley Davidson Orange #D92015
RGB
CMYK
RGB Variations
Color information
#D92015 (or 0xD92015) is known color: Harley Davidson Orange. HEX triplet: D9, 20 and 15. RGB value is (217,32,21). Sum of RGB (Red+Green+Blue) = 217+32+21=270 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.37% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 21 (8.59% from 255 or 7.78% from 270); Max value from RGB is 217 - color contains mainly: red. Hex color #D92015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92015 is #26DFEA. Grayscale: #565656. Windows color (decimal): -2547691 or 1384665. OLE color: 1384665.
HSL color Cylindrical-coordinate representation of color #D92015: hue angle of 3.37º 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 #D92015 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 32 | 21 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.15 |
| HSL | 3.37º | 0.82% | 0.47% | - |
| HSV(B) | 3.37º | 0.9% | 0.85% | - |
| XYZ | 29.27 | 15.84 | 2.22 | - |
| YUV | 86.06 | 91.29 | 221.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 32 | 21 | 0 | 0.85 | 0.90 | 0.15 | 3.37 | 0.82 | 0.47 |
| Hex | D9 | 20 | 15 | 0 | 55 | 5A | F | 3 | 52 | 2F |
| Octal | 331 | 40 | 25 | 0 | 125 | 132 | 17 | 3 | 122 | 57 |
| Binary | 11011001 | 100000 | 10101 | 0 | 1010101 | 1011010 | 1111 | 11 | 1010010 | 101111 |
Color Harmonies of #D92015
Complementary color
Monochromatic Colors of #D92015
Black with #D92015
Text Example
Text Example
White with #D92015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92015; }
p { color: rgb(217,32,21); }
H1.HeaderClassName
{
color: #D92015;
}
.AnyTagClassName
{
color: #D92015;
}
</style>
background-color css
<style>
a { background-color: #D92015; }
a { background-color: rgb(217,32,21); }
div.DivClassName
{
background-color: #D92015;
}
.BgClassName
{
background-color: #D92015;
}
</style>
border-color css
<style>
span { border-color: #D92015; }
span { border-color: rgb(217,32,21); }
td.TdClassName
{
border-color: #D92015;
}
.TagClassName
{
border-color: #D92015;
}
</style>