Html Css Color HEX #D71F04 Harley Davidson Orange
📋 copy color: '#D71F04'red 215 ◦ green 31 ◦ blue 4
Shades of Harley Davidson Orange #D71F04
Tints of Harley Davidson Orange #D71F04
RGB
CMYK
RGB Variations
Color information
#D71F04 (or 0xD71F04) is known color: Harley Davidson Orange. HEX triplet: D7, 1F and 04. RGB value is (215,31,4). Sum of RGB (Red+Green+Blue) = 215+31+4=250 (33% of max value = 765). Red value is 215 (84.38% from 255 or 86% from 250); Green value is 31 (12.5% from 255 or 12.4% from 250); Blue value is 4 (1.95% from 255 or 1.6% from 250); Max value from RGB is 215 - color contains mainly: red. Hex color #D71F04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D71F04 is #28E0FB. Grayscale: #535353. Windows color (decimal): -2679036 or 270295. OLE color: 270295.
HSL color Cylindrical-coordinate representation of color #D71F04: hue angle of 7.68º 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 #D71F04 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 31 | 4 | - |
| CMYK | 0 | 0.86 | 0.98 | 0.16 |
| HSL | 7.68º | 0.96% | 0.43% | - |
| HSV(B) | 7.68º | 0.98% | 0.84% | - |
| XYZ | 28.54 | 15.44 | 1.59 | - |
| YUV | 82.94 | 83.46 | 222.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 31 | 4 | 0 | 0.86 | 0.98 | 0.16 | 7.68 | 0.96 | 0.43 |
| Hex | D7 | 1F | 4 | 0 | 56 | 62 | 10 | 8 | 60 | 2B |
| Octal | 327 | 37 | 4 | 0 | 126 | 142 | 20 | 10 | 140 | 53 |
| Binary | 11010111 | 11111 | 100 | 0 | 1010110 | 1100010 | 10000 | 1000 | 1100000 | 101011 |
Color Harmonies of #D71F04
Complementary color
Monochromatic Colors of #D71F04
Black with #D71F04
Text Example
Text Example
White with #D71F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71F04; }
p { color: rgb(215,31,4); }
H1.HeaderClassName
{
color: #D71F04;
}
.AnyTagClassName
{
color: #D71F04;
}
</style>
background-color css
<style>
a { background-color: #D71F04; }
a { background-color: rgb(215,31,4); }
div.DivClassName
{
background-color: #D71F04;
}
.BgClassName
{
background-color: #D71F04;
}
</style>
border-color css
<style>
span { border-color: #D71F04; }
span { border-color: rgb(215,31,4); }
td.TdClassName
{
border-color: #D71F04;
}
.TagClassName
{
border-color: #D71F04;
}
</style>