Html Css Color HEX #D73101 Harley Davidson Orange
📋 copy color: '#D73101'red 215 ◦ green 49 ◦ blue 1
Shades of Harley Davidson Orange #D73101
Tints of Harley Davidson Orange #D73101
RGB
CMYK
RGB Variations
Color information
#D73101 (or 0xD73101) is known color: Harley Davidson Orange. HEX triplet: D7, 31 and 01. RGB value is (215,49,1). Sum of RGB (Red+Green+Blue) = 215+49+1=265 (35% of max value = 765). Red value is 215 (84.38% from 255 or 81.13% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 1 (0.78% from 255 or 0.38% from 265); Max value from RGB is 215 - color contains mainly: red. Hex color #D73101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73101 is #28CEFE. Grayscale: #5D5D5D. Windows color (decimal): -2674431 or 78295. OLE color: 78295.
HSL color Cylindrical-coordinate representation of color #D73101: hue angle of 13.46º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D73101 is Cyan = 0, Magento = 0.77, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 49 | 1 | - |
| CMYK | 0 | 0.77 | 1.00 | 0.16 |
| HSL | 13.46º | 0.99% | 0.42% | - |
| HSV(B) | 13.46º | 1% | 0.84% | - |
| XYZ | 29.13 | 16.65 | 1.71 | - |
| YUV | 93.16 | 76 | 214.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 49 | 1 | 0 | 0.77 | 1.00 | 0.16 | 13.46 | 0.99 | 0.42 |
| Hex | D7 | 31 | 1 | 0 | 4D | 64 | 10 | D | 63 | 2A |
| Octal | 327 | 61 | 1 | 0 | 115 | 144 | 20 | 15 | 143 | 52 |
| Binary | 11010111 | 110001 | 1 | 0 | 1001101 | 1100100 | 10000 | 1101 | 1100011 | 101010 |
Color Harmonies of #D73101
Complementary color
Monochromatic Colors of #D73101
Black with #D73101
Text Example
Text Example
White with #D73101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73101; }
p { color: rgb(215,49,1); }
H1.HeaderClassName
{
color: #D73101;
}
.AnyTagClassName
{
color: #D73101;
}
</style>
background-color css
<style>
a { background-color: #D73101; }
a { background-color: rgb(215,49,1); }
div.DivClassName
{
background-color: #D73101;
}
.BgClassName
{
background-color: #D73101;
}
</style>
border-color css
<style>
span { border-color: #D73101; }
span { border-color: rgb(215,49,1); }
td.TdClassName
{
border-color: #D73101;
}
.TagClassName
{
border-color: #D73101;
}
</style>