Html Css Color HEX #D71C04 Harley Davidson Orange
📋 copy color: '#D71C04'red 215 ◦ green 28 ◦ blue 4
Shades of Harley Davidson Orange #D71C04
Tints of Harley Davidson Orange #D71C04
RGB
CMYK
RGB Variations
Color information
#D71C04 (or 0xD71C04) is known color: Harley Davidson Orange. HEX triplet: D7, 1C and 04. RGB value is (215,28,4). Sum of RGB (Red+Green+Blue) = 215+28+4=247 (32% of max value = 765). Red value is 215 (84.38% from 255 or 87.04% from 247); Green value is 28 (11.33% from 255 or 11.34% from 247); Blue value is 4 (1.95% from 255 or 1.62% from 247); Max value from RGB is 215 - color contains mainly: red. Hex color #D71C04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D71C04 is #28E3FB. Grayscale: #515151. Windows color (decimal): -2679804 or 269527. OLE color: 269527.
HSL color Cylindrical-coordinate representation of color #D71C04: hue angle of 6.82º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D71C04 is Cyan = 0, Magento = 0.87, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 28 | 4 | - |
| CMYK | 0 | 0.87 | 0.98 | 0.16 |
| HSL | 6.82º | 0.96% | 0.43% | - |
| HSV(B) | 6.82º | 0.98% | 0.84% | - |
| XYZ | 28.46 | 15.29 | 1.57 | - |
| YUV | 81.18 | 84.45 | 223.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 28 | 4 | 0 | 0.87 | 0.98 | 0.16 | 6.82 | 0.96 | 0.43 |
| Hex | D7 | 1C | 4 | 0 | 57 | 62 | 10 | 7 | 60 | 2B |
| Octal | 327 | 34 | 4 | 0 | 127 | 142 | 20 | 7 | 140 | 53 |
| Binary | 11010111 | 11100 | 100 | 0 | 1010111 | 1100010 | 10000 | 111 | 1100000 | 101011 |
Color Harmonies of #D71C04
Complementary color
Monochromatic Colors of #D71C04
Black with #D71C04
Text Example
Text Example
White with #D71C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71C04; }
p { color: rgb(215,28,4); }
H1.HeaderClassName
{
color: #D71C04;
}
.AnyTagClassName
{
color: #D71C04;
}
</style>
background-color css
<style>
a { background-color: #D71C04; }
a { background-color: rgb(215,28,4); }
div.DivClassName
{
background-color: #D71C04;
}
.BgClassName
{
background-color: #D71C04;
}
</style>
border-color css
<style>
span { border-color: #D71C04; }
span { border-color: rgb(215,28,4); }
td.TdClassName
{
border-color: #D71C04;
}
.TagClassName
{
border-color: #D71C04;
}
</style>