Html Css Color HEX #D7201D Harley Davidson Orange
📋 copy color: '#D7201D'red 215 ◦ green 32 ◦ blue 29
Shades of Harley Davidson Orange #D7201D
Tints of Harley Davidson Orange #D7201D
RGB
CMYK
RGB Variations
Color information
#D7201D (or 0xD7201D) is known color: Harley Davidson Orange. HEX triplet: D7, 20 and 1D. RGB value is (215,32,29). Sum of RGB (Red+Green+Blue) = 215+32+29=276 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.90% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 29 (11.72% from 255 or 10.51% from 276); Max value from RGB is 215 - color contains mainly: red. Hex color #D7201D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7201D is #28DFE2. Grayscale: #565656. Windows color (decimal): -2678755 or 1908951. OLE color: 1908951.
HSL color Cylindrical-coordinate representation of color #D7201D: hue angle of 0.97º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D7201D is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 32 | 29 | - |
| CMYK | 0 | 0.85 | 0.87 | 0.16 |
| HSL | 0.97º | 0.76% | 0.48% | - |
| HSV(B) | 0.97º | 0.87% | 0.84% | - |
| XYZ | 28.76 | 15.57 | 2.65 | - |
| YUV | 86.38 | 95.63 | 219.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 32 | 29 | 0 | 0.85 | 0.87 | 0.16 | 0.97 | 0.76 | 0.48 |
| Hex | D7 | 20 | 1D | 0 | 55 | 57 | 10 | 1 | 4C | 30 |
| Octal | 327 | 40 | 35 | 0 | 125 | 127 | 20 | 1 | 114 | 60 |
| Binary | 11010111 | 100000 | 11101 | 0 | 1010101 | 1010111 | 10000 | 1 | 1001100 | 110000 |
Color Harmonies of #D7201D
Complementary color
Monochromatic Colors of #D7201D
Black with #D7201D
Text Example
Text Example
White with #D7201D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7201D; }
p { color: rgb(215,32,29); }
H1.HeaderClassName
{
color: #D7201D;
}
.AnyTagClassName
{
color: #D7201D;
}
</style>
background-color css
<style>
a { background-color: #D7201D; }
a { background-color: rgb(215,32,29); }
div.DivClassName
{
background-color: #D7201D;
}
.BgClassName
{
background-color: #D7201D;
}
</style>
border-color css
<style>
span { border-color: #D7201D; }
span { border-color: rgb(215,32,29); }
td.TdClassName
{
border-color: #D7201D;
}
.TagClassName
{
border-color: #D7201D;
}
</style>