Html Css Color HEX #D73D19 Harley Davidson Orange
📋 copy color: '#D73D19'red 215 ◦ green 61 ◦ blue 25
Shades of Harley Davidson Orange #D73D19
Tints of Harley Davidson Orange #D73D19
RGB
CMYK
RGB Variations
Color information
#D73D19 (or 0xD73D19) is known color: Harley Davidson Orange. HEX triplet: D7, 3D and 19. RGB value is (215,61,25). Sum of RGB (Red+Green+Blue) = 215+61+25=301 (39% of max value = 765). Red value is 215 (84.38% from 255 or 71.43% from 301); Green value is 61 (24.22% from 255 or 20.27% from 301); Blue value is 25 (10.16% from 255 or 8.31% from 301); Max value from RGB is 215 - color contains mainly: red. Hex color #D73D19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73D19 is #28C2E6. Grayscale: #676767. Windows color (decimal): -2671335 or 1654231. OLE color: 1654231.
HSL color Cylindrical-coordinate representation of color #D73D19: hue angle of 11.37º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D73D19 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 61 | 25 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.16 |
| HSL | 11.37º | 0.79% | 0.47% | - |
| HSV(B) | 11.37º | 0.88% | 0.84% | - |
| XYZ | 29.87 | 17.85 | 2.79 | - |
| YUV | 102.94 | 84.02 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 61 | 25 | 0 | 0.72 | 0.88 | 0.16 | 11.37 | 0.79 | 0.47 |
| Hex | D7 | 3D | 19 | 0 | 48 | 58 | 10 | B | 4F | 2F |
| Octal | 327 | 75 | 31 | 0 | 110 | 130 | 20 | 13 | 117 | 57 |
| Binary | 11010111 | 111101 | 11001 | 0 | 1001000 | 1011000 | 10000 | 1011 | 1001111 | 101111 |
Color Harmonies of #D73D19
Complementary color
Monochromatic Colors of #D73D19
Black with #D73D19
Text Example
Text Example
White with #D73D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73D19; }
p { color: rgb(215,61,25); }
H1.HeaderClassName
{
color: #D73D19;
}
.AnyTagClassName
{
color: #D73D19;
}
</style>
background-color css
<style>
a { background-color: #D73D19; }
a { background-color: rgb(215,61,25); }
div.DivClassName
{
background-color: #D73D19;
}
.BgClassName
{
background-color: #D73D19;
}
</style>
border-color css
<style>
span { border-color: #D73D19; }
span { border-color: rgb(215,61,25); }
td.TdClassName
{
border-color: #D73D19;
}
.TagClassName
{
border-color: #D73D19;
}
</style>