Html Css Color HEX #D73301 Harley Davidson Orange
📋 copy color: '#D73301'red 215 ◦ green 51 ◦ blue 1
Shades of Harley Davidson Orange #D73301
Tints of Harley Davidson Orange #D73301
RGB
CMYK
RGB Variations
Color information
#D73301 (or 0xD73301) is known color: Harley Davidson Orange. HEX triplet: D7, 33 and 01. RGB value is (215,51,1). Sum of RGB (Red+Green+Blue) = 215+51+1=267 (35% of max value = 765). Red value is 215 (84.38% from 255 or 80.52% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 1 (0.78% from 255 or 0.37% from 267); Max value from RGB is 215 - color contains mainly: red. Hex color #D73301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73301 is #28CCFE. Grayscale: #5E5E5E. Windows color (decimal): -2673919 or 78807. OLE color: 78807.
HSL color Cylindrical-coordinate representation of color #D73301: hue angle of 14.02º 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 #D73301 is Cyan = 0, Magento = 0.76, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 51 | 1 | - |
| CMYK | 0 | 0.76 | 1.00 | 0.16 |
| HSL | 14.02º | 0.99% | 0.42% | - |
| HSV(B) | 14.02º | 1% | 0.84% | - |
| XYZ | 29.21 | 16.82 | 1.73 | - |
| YUV | 94.34 | 75.33 | 214.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 51 | 1 | 0 | 0.76 | 1.00 | 0.16 | 14.02 | 0.99 | 0.42 |
| Hex | D7 | 33 | 1 | 0 | 4C | 64 | 10 | E | 63 | 2A |
| Octal | 327 | 63 | 1 | 0 | 114 | 144 | 20 | 16 | 143 | 52 |
| Binary | 11010111 | 110011 | 1 | 0 | 1001100 | 1100100 | 10000 | 1110 | 1100011 | 101010 |
Color Harmonies of #D73301
Complementary color
Monochromatic Colors of #D73301
Black with #D73301
Text Example
Text Example
White with #D73301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73301; }
p { color: rgb(215,51,1); }
H1.HeaderClassName
{
color: #D73301;
}
.AnyTagClassName
{
color: #D73301;
}
</style>
background-color css
<style>
a { background-color: #D73301; }
a { background-color: rgb(215,51,1); }
div.DivClassName
{
background-color: #D73301;
}
.BgClassName
{
background-color: #D73301;
}
</style>
border-color css
<style>
span { border-color: #D73301; }
span { border-color: rgb(215,51,1); }
td.TdClassName
{
border-color: #D73301;
}
.TagClassName
{
border-color: #D73301;
}
</style>