Html Css Color HEX #D73201 Harley Davidson Orange
📋 copy color: '#D73201'red 215 ◦ green 50 ◦ blue 1
Shades of Harley Davidson Orange #D73201
Tints of Harley Davidson Orange #D73201
RGB
CMYK
RGB Variations
Color information
#D73201 (or 0xD73201) is known color: Harley Davidson Orange. HEX triplet: D7, 32 and 01. RGB value is (215,50,1). Sum of RGB (Red+Green+Blue) = 215+50+1=266 (35% of max value = 765). Red value is 215 (84.38% from 255 or 80.83% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 1 (0.78% from 255 or 0.38% from 266); Max value from RGB is 215 - color contains mainly: red. Hex color #D73201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73201 is #28CDFE. Grayscale: #5E5E5E. Windows color (decimal): -2674175 or 78551. OLE color: 78551.
HSL color Cylindrical-coordinate representation of color #D73201: hue angle of 13.74º 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 #D73201 is Cyan = 0, Magento = 0.77, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 50 | 1 | - |
| CMYK | 0 | 0.77 | 1.00 | 0.16 |
| HSL | 13.74º | 0.99% | 0.42% | - |
| HSV(B) | 13.74º | 1% | 0.84% | - |
| XYZ | 29.17 | 16.73 | 1.72 | - |
| YUV | 93.75 | 75.66 | 214.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 50 | 1 | 0 | 0.77 | 1.00 | 0.16 | 13.74 | 0.99 | 0.42 |
| Hex | D7 | 32 | 1 | 0 | 4D | 64 | 10 | E | 63 | 2A |
| Octal | 327 | 62 | 1 | 0 | 115 | 144 | 20 | 16 | 143 | 52 |
| Binary | 11010111 | 110010 | 1 | 0 | 1001101 | 1100100 | 10000 | 1110 | 1100011 | 101010 |
Color Harmonies of #D73201
Complementary color
Monochromatic Colors of #D73201
Black with #D73201
Text Example
Text Example
White with #D73201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73201; }
p { color: rgb(215,50,1); }
H1.HeaderClassName
{
color: #D73201;
}
.AnyTagClassName
{
color: #D73201;
}
</style>
background-color css
<style>
a { background-color: #D73201; }
a { background-color: rgb(215,50,1); }
div.DivClassName
{
background-color: #D73201;
}
.BgClassName
{
background-color: #D73201;
}
</style>
border-color css
<style>
span { border-color: #D73201; }
span { border-color: rgb(215,50,1); }
td.TdClassName
{
border-color: #D73201;
}
.TagClassName
{
border-color: #D73201;
}
</style>