Html Css Color HEX #D71F0D Harley Davidson Orange
📋 copy color: '#D71F0D'red 215 ◦ green 31 ◦ blue 13
Shades of Harley Davidson Orange #D71F0D
Tints of Harley Davidson Orange #D71F0D
RGB
CMYK
RGB Variations
Color information
#D71F0D (or 0xD71F0D) is known color: Harley Davidson Orange. HEX triplet: D7, 1F and 0D. RGB value is (215,31,13). Sum of RGB (Red+Green+Blue) = 215+31+13=259 (34% of max value = 765). Red value is 215 (84.38% from 255 or 83.01% from 259); Green value is 31 (12.5% from 255 or 11.97% from 259); Blue value is 13 (5.47% from 255 or 5.02% from 259); Max value from RGB is 215 - color contains mainly: red. Hex color #D71F0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D71F0D is #28E0F2. Grayscale: #545454. Windows color (decimal): -2679027 or 860119. OLE color: 860119.
HSL color Cylindrical-coordinate representation of color #D71F0D: hue angle of 5.35º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D71F0D is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 31 | 13 | - |
| CMYK | 0 | 0.86 | 0.94 | 0.16 |
| HSL | 5.35º | 0.89% | 0.45% | - |
| HSV(B) | 5.35º | 0.94% | 0.84% | - |
| XYZ | 28.59 | 15.46 | 1.86 | - |
| YUV | 83.96 | 87.96 | 221.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 31 | 13 | 0 | 0.86 | 0.94 | 0.16 | 5.35 | 0.89 | 0.45 |
| Hex | D7 | 1F | D | 0 | 56 | 5E | 10 | 5 | 59 | 2D |
| Octal | 327 | 37 | 15 | 0 | 126 | 136 | 20 | 5 | 131 | 55 |
| Binary | 11010111 | 11111 | 1101 | 0 | 1010110 | 1011110 | 10000 | 101 | 1011001 | 101101 |
Color Harmonies of #D71F0D
Complementary color
Monochromatic Colors of #D71F0D
Black with #D71F0D
Text Example
Text Example
White with #D71F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71F0D; }
p { color: rgb(215,31,13); }
H1.HeaderClassName
{
color: #D71F0D;
}
.AnyTagClassName
{
color: #D71F0D;
}
</style>
background-color css
<style>
a { background-color: #D71F0D; }
a { background-color: rgb(215,31,13); }
div.DivClassName
{
background-color: #D71F0D;
}
.BgClassName
{
background-color: #D71F0D;
}
</style>
border-color css
<style>
span { border-color: #D71F0D; }
span { border-color: rgb(215,31,13); }
td.TdClassName
{
border-color: #D71F0D;
}
.TagClassName
{
border-color: #D71F0D;
}
</style>