Html Css Color HEX #D73105 Harley Davidson Orange
📋 copy color: '#D73105'red 215 ◦ green 49 ◦ blue 5
Shades of Harley Davidson Orange #D73105
Tints of Harley Davidson Orange #D73105
RGB
CMYK
RGB Variations
Color information
#D73105 (or 0xD73105) is known color: Harley Davidson Orange. HEX triplet: D7, 31 and 05. RGB value is (215,49,5). Sum of RGB (Red+Green+Blue) = 215+49+5=269 (35% of max value = 765). Red value is 215 (84.38% from 255 or 79.93% from 269); Green value is 49 (19.53% from 255 or 18.22% from 269); Blue value is 5 (2.34% from 255 or 1.86% from 269); Max value from RGB is 215 - color contains mainly: red. Hex color #D73105 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73105 is #28CEFA. Grayscale: #5D5D5D. Windows color (decimal): -2674427 or 340439. OLE color: 340439.
HSL color Cylindrical-coordinate representation of color #D73105: hue angle of 12.57º degrees, saturation: 0.95, 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 #D73105 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 49 | 5 | - |
| CMYK | 0 | 0.77 | 0.98 | 0.16 |
| HSL | 12.57º | 0.95% | 0.43% | - |
| HSV(B) | 12.57º | 0.98% | 0.84% | - |
| XYZ | 29.15 | 16.65 | 1.82 | - |
| YUV | 93.62 | 78 | 214.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 49 | 5 | 0 | 0.77 | 0.98 | 0.16 | 12.57 | 0.95 | 0.43 |
| Hex | D7 | 31 | 5 | 0 | 4D | 62 | 10 | D | 5F | 2B |
| Octal | 327 | 61 | 5 | 0 | 115 | 142 | 20 | 15 | 137 | 53 |
| Binary | 11010111 | 110001 | 101 | 0 | 1001101 | 1100010 | 10000 | 1101 | 1011111 | 101011 |
Color Harmonies of #D73105
Complementary color
Monochromatic Colors of #D73105
Black with #D73105
Text Example
Text Example
White with #D73105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73105; }
p { color: rgb(215,49,5); }
H1.HeaderClassName
{
color: #D73105;
}
.AnyTagClassName
{
color: #D73105;
}
</style>
background-color css
<style>
a { background-color: #D73105; }
a { background-color: rgb(215,49,5); }
div.DivClassName
{
background-color: #D73105;
}
.BgClassName
{
background-color: #D73105;
}
</style>
border-color css
<style>
span { border-color: #D73105; }
span { border-color: rgb(215,49,5); }
td.TdClassName
{
border-color: #D73105;
}
.TagClassName
{
border-color: #D73105;
}
</style>