Html Css Color HEX #D71D1D Harley Davidson Orange
📋 copy color: '#D71D1D'red 215 ◦ green 29 ◦ blue 29
Shades of Harley Davidson Orange #D71D1D
Tints of Harley Davidson Orange #D71D1D
RGB
CMYK
RGB Variations
Color information
#D71D1D (or 0xD71D1D) is known color: Harley Davidson Orange. HEX triplet: D7, 1D and 1D. RGB value is (215,29,29). Sum of RGB (Red+Green+Blue) = 215+29+29=273 (36% of max value = 765). Red value is 215 (84.38% from 255 or 78.75% from 273); Green value is 29 (11.72% from 255 or 10.62% from 273); Blue value is 29 (11.72% from 255 or 10.62% from 273); Max value from RGB is 215 - color contains mainly: red. Hex color #D71D1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71D1D is #28E2E2. Grayscale: #545454. Windows color (decimal): -2679523 or 1908183. OLE color: 1908183.
HSL color Cylindrical-coordinate representation of color #D71D1D: hue angle of 0º degrees, saturation: 0.76, 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 #D71D1D is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 29 | 29 | - |
| CMYK | 0 | 0.87 | 0.87 | 0.16 |
| HSL | 0º | 0.76% | 0.48% | - |
| HSV(B) | 0º | 0.87% | 0.84% | - |
| XYZ | 28.69 | 15.41 | 2.63 | - |
| YUV | 84.61 | 96.62 | 221 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 29 | 29 | 0 | 0.87 | 0.87 | 0.16 | 0 | 0.76 | 0.48 |
| Hex | D7 | 1D | 1D | 0 | 57 | 57 | 10 | 0 | 4C | 30 |
| Octal | 327 | 35 | 35 | 0 | 127 | 127 | 20 | 0 | 114 | 60 |
| Binary | 11010111 | 11101 | 11101 | 0 | 1010111 | 1010111 | 10000 | 0 | 1001100 | 110000 |
Color Harmonies of #D71D1D
Complementary color
Monochromatic Colors of #D71D1D
Black with #D71D1D
Text Example
Text Example
White with #D71D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71D1D; }
p { color: rgb(215,29,29); }
H1.HeaderClassName
{
color: #D71D1D;
}
.AnyTagClassName
{
color: #D71D1D;
}
</style>
background-color css
<style>
a { background-color: #D71D1D; }
a { background-color: rgb(215,29,29); }
div.DivClassName
{
background-color: #D71D1D;
}
.BgClassName
{
background-color: #D71D1D;
}
</style>
border-color css
<style>
span { border-color: #D71D1D; }
span { border-color: rgb(215,29,29); }
td.TdClassName
{
border-color: #D71D1D;
}
.TagClassName
{
border-color: #D71D1D;
}
</style>