Html Css Color HEX #D73F1D Harley Davidson Orange
📋 copy color: '#D73F1D'red 215 ◦ green 63 ◦ blue 29
Shades of Harley Davidson Orange #D73F1D
Tints of Harley Davidson Orange #D73F1D
RGB
CMYK
RGB Variations
Color information
#D73F1D (or 0xD73F1D) is known color: Harley Davidson Orange. HEX triplet: D7, 3F and 1D. RGB value is (215,63,29). Sum of RGB (Red+Green+Blue) = 215+63+29=307 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.03% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 29 (11.72% from 255 or 9.45% from 307); Max value from RGB is 215 - color contains mainly: red. Hex color #D73F1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73F1D is #28C0E2. Grayscale: #686868. Windows color (decimal): -2670819 or 1916887. OLE color: 1916887.
HSL color Cylindrical-coordinate representation of color #D73F1D: hue angle of 10.97º 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 #D73F1D is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 63 | 29 | - |
| CMYK | 0 | 0.71 | 0.87 | 0.16 |
| HSL | 10.97º | 0.76% | 0.48% | - |
| HSV(B) | 10.97º | 0.87% | 0.84% | - |
| XYZ | 30.02 | 18.09 | 3.07 | - |
| YUV | 104.57 | 85.36 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 63 | 29 | 0 | 0.71 | 0.87 | 0.16 | 10.97 | 0.76 | 0.48 |
| Hex | D7 | 3F | 1D | 0 | 47 | 57 | 10 | B | 4C | 30 |
| Octal | 327 | 77 | 35 | 0 | 107 | 127 | 20 | 13 | 114 | 60 |
| Binary | 11010111 | 111111 | 11101 | 0 | 1000111 | 1010111 | 10000 | 1011 | 1001100 | 110000 |
Color Harmonies of #D73F1D
Complementary color
Monochromatic Colors of #D73F1D
Black with #D73F1D
Text Example
Text Example
White with #D73F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73F1D; }
p { color: rgb(215,63,29); }
H1.HeaderClassName
{
color: #D73F1D;
}
.AnyTagClassName
{
color: #D73F1D;
}
</style>
background-color css
<style>
a { background-color: #D73F1D; }
a { background-color: rgb(215,63,29); }
div.DivClassName
{
background-color: #D73F1D;
}
.BgClassName
{
background-color: #D73F1D;
}
</style>
border-color css
<style>
span { border-color: #D73F1D; }
span { border-color: rgb(215,63,29); }
td.TdClassName
{
border-color: #D73F1D;
}
.TagClassName
{
border-color: #D73F1D;
}
</style>