Html Css Color HEX #D7201C Harley Davidson Orange
📋 copy color: '#D7201C'red 215 ◦ green 32 ◦ blue 28
Shades of Harley Davidson Orange #D7201C
Tints of Harley Davidson Orange #D7201C
RGB
CMYK
RGB Variations
Color information
#D7201C (or 0xD7201C) is known color: Harley Davidson Orange. HEX triplet: D7, 20 and 1C. RGB value is (215,32,28). Sum of RGB (Red+Green+Blue) = 215+32+28=275 (36% of max value = 765). Red value is 215 (84.38% from 255 or 78.18% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 28 (11.33% from 255 or 10.18% from 275); Max value from RGB is 215 - color contains mainly: red. Hex color #D7201C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7201C is #28DFE3. Grayscale: #565656. Windows color (decimal): -2678756 or 1843415. OLE color: 1843415.
HSL color Cylindrical-coordinate representation of color #D7201C: hue angle of 1.28º degrees, saturation: 0.77, 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 #D7201C is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 32 | 28 | - |
| CMYK | 0 | 0.85 | 0.87 | 0.16 |
| HSL | 1.28º | 0.77% | 0.48% | - |
| HSV(B) | 1.28º | 0.87% | 0.84% | - |
| XYZ | 28.75 | 15.56 | 2.59 | - |
| YUV | 86.26 | 95.13 | 219.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 32 | 28 | 0 | 0.85 | 0.87 | 0.16 | 1.28 | 0.77 | 0.48 |
| Hex | D7 | 20 | 1C | 0 | 55 | 57 | 10 | 1 | 4D | 30 |
| Octal | 327 | 40 | 34 | 0 | 125 | 127 | 20 | 1 | 115 | 60 |
| Binary | 11010111 | 100000 | 11100 | 0 | 1010101 | 1010111 | 10000 | 1 | 1001101 | 110000 |
Color Harmonies of #D7201C
Complementary color
Monochromatic Colors of #D7201C
Black with #D7201C
Text Example
Text Example
White with #D7201C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7201C; }
p { color: rgb(215,32,28); }
H1.HeaderClassName
{
color: #D7201C;
}
.AnyTagClassName
{
color: #D7201C;
}
</style>
background-color css
<style>
a { background-color: #D7201C; }
a { background-color: rgb(215,32,28); }
div.DivClassName
{
background-color: #D7201C;
}
.BgClassName
{
background-color: #D7201C;
}
</style>
border-color css
<style>
span { border-color: #D7201C; }
span { border-color: rgb(215,32,28); }
td.TdClassName
{
border-color: #D7201C;
}
.TagClassName
{
border-color: #D7201C;
}
</style>