Html Css Color HEX #D7201B Harley Davidson Orange
📋 copy color: '#D7201B'red 215 ◦ green 32 ◦ blue 27
Shades of Harley Davidson Orange #D7201B
Tints of Harley Davidson Orange #D7201B
RGB
CMYK
RGB Variations
Color information
#D7201B (or 0xD7201B) is known color: Harley Davidson Orange. HEX triplet: D7, 20 and 1B. RGB value is (215,32,27). Sum of RGB (Red+Green+Blue) = 215+32+27=274 (36% of max value = 765). Red value is 215 (84.38% from 255 or 78.47% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 27 (10.94% from 255 or 9.85% from 274); Max value from RGB is 215 - color contains mainly: red. Hex color #D7201B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7201B is #28DFE4. Grayscale: #565656. Windows color (decimal): -2678757 or 1777879. OLE color: 1777879.
HSL color Cylindrical-coordinate representation of color #D7201B: hue angle of 1.6º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D7201B is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 32 | 27 | - |
| CMYK | 0 | 0.85 | 0.87 | 0.16 |
| HSL | 1.6º | 0.78% | 0.47% | - |
| HSV(B) | 1.6º | 0.87% | 0.84% | - |
| XYZ | 28.74 | 15.56 | 2.53 | - |
| YUV | 86.15 | 94.63 | 219.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 32 | 27 | 0 | 0.85 | 0.87 | 0.16 | 1.6 | 0.78 | 0.47 |
| Hex | D7 | 20 | 1B | 0 | 55 | 57 | 10 | 2 | 4E | 2F |
| Octal | 327 | 40 | 33 | 0 | 125 | 127 | 20 | 2 | 116 | 57 |
| Binary | 11010111 | 100000 | 11011 | 0 | 1010101 | 1010111 | 10000 | 10 | 1001110 | 101111 |
Color Harmonies of #D7201B
Complementary color
Monochromatic Colors of #D7201B
Black with #D7201B
Text Example
Text Example
White with #D7201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7201B; }
p { color: rgb(215,32,27); }
H1.HeaderClassName
{
color: #D7201B;
}
.AnyTagClassName
{
color: #D7201B;
}
</style>
background-color css
<style>
a { background-color: #D7201B; }
a { background-color: rgb(215,32,27); }
div.DivClassName
{
background-color: #D7201B;
}
.BgClassName
{
background-color: #D7201B;
}
</style>
border-color css
<style>
span { border-color: #D7201B; }
span { border-color: rgb(215,32,27); }
td.TdClassName
{
border-color: #D7201B;
}
.TagClassName
{
border-color: #D7201B;
}
</style>