Html Css Color HEX #D7201A Harley Davidson Orange
📋 copy color: '#D7201A'red 215 ◦ green 32 ◦ blue 26
Shades of Harley Davidson Orange #D7201A
Tints of Harley Davidson Orange #D7201A
RGB
CMYK
RGB Variations
Color information
#D7201A (or 0xD7201A) is known color: Harley Davidson Orange. HEX triplet: D7, 20 and 1A. RGB value is (215,32,26). Sum of RGB (Red+Green+Blue) = 215+32+26=273 (36% of max value = 765). Red value is 215 (84.38% from 255 or 78.75% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 26 (10.55% from 255 or 9.52% from 273); Max value from RGB is 215 - color contains mainly: red. Hex color #D7201A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7201A is #28DFE5. Grayscale: #565656. Windows color (decimal): -2678758 or 1712343. OLE color: 1712343.
HSL color Cylindrical-coordinate representation of color #D7201A: hue angle of 1.9º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D7201A is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 32 | 26 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.16 |
| HSL | 1.9º | 0.78% | 0.47% | - |
| HSV(B) | 1.9º | 0.88% | 0.84% | - |
| XYZ | 28.73 | 15.55 | 2.47 | - |
| YUV | 86.03 | 94.13 | 219.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 32 | 26 | 0 | 0.85 | 0.88 | 0.16 | 1.9 | 0.78 | 0.47 |
| Hex | D7 | 20 | 1A | 0 | 55 | 58 | 10 | 2 | 4E | 2F |
| Octal | 327 | 40 | 32 | 0 | 125 | 130 | 20 | 2 | 116 | 57 |
| Binary | 11010111 | 100000 | 11010 | 0 | 1010101 | 1011000 | 10000 | 10 | 1001110 | 101111 |
Color Harmonies of #D7201A
Complementary color
Monochromatic Colors of #D7201A
Black with #D7201A
Text Example
Text Example
White with #D7201A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7201A; }
p { color: rgb(215,32,26); }
H1.HeaderClassName
{
color: #D7201A;
}
.AnyTagClassName
{
color: #D7201A;
}
</style>
background-color css
<style>
a { background-color: #D7201A; }
a { background-color: rgb(215,32,26); }
div.DivClassName
{
background-color: #D7201A;
}
.BgClassName
{
background-color: #D7201A;
}
</style>
border-color css
<style>
span { border-color: #D7201A; }
span { border-color: rgb(215,32,26); }
td.TdClassName
{
border-color: #D7201A;
}
.TagClassName
{
border-color: #D7201A;
}
</style>