Html Css Color HEX #D73300 Harley Davidson Orange
📋 copy color: '#D73300'red 215 ◦ green 51 ◦ blue 0
Shades of Harley Davidson Orange #D73300
Tints of Harley Davidson Orange #D73300
RGB
CMYK
RGB Variations
Color information
#D73300 (or 0xD73300) is known color: Harley Davidson Orange. HEX triplet: D7, 33 and 00. RGB value is (215,51,0). Sum of RGB (Red+Green+Blue) = 215+51+0=266 (35% of max value = 765). Red value is 215 (84.38% from 255 or 80.83% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 215 - color contains mainly: red. Hex color #D73300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73300 is #28CCFF. Grayscale: #5E5E5E. Windows color (decimal): -2673920 or 13271. OLE color: 13271.
HSL color Cylindrical-coordinate representation of color #D73300: hue angle of 14.23º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D73300 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 51 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.16 |
| HSL | 14.23º | 1% | 0.42% | - |
| HSV(B) | 14.23º | 1% | 0.84% | - |
| XYZ | 29.21 | 16.81 | 1.71 | - |
| YUV | 94.22 | 74.83 | 214.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 51 | 0 | 0 | 0.76 | 1 | 0.16 | 14.23 | 1 | 0.42 |
| Hex | D7 | 33 | 0 | 0 | 4C | 64 | 10 | E | 64 | 2A |
| Octal | 327 | 63 | 0 | 0 | 114 | 144 | 20 | 16 | 144 | 52 |
| Binary | 11010111 | 110011 | 0 | 0 | 1001100 | 1100100 | 10000 | 1110 | 1100100 | 101010 |
Color Harmonies of #D73300
Complementary color
Monochromatic Colors of #D73300
Black with #D73300
Text Example
Text Example
White with #D73300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73300; }
p { color: rgb(215,51,0); }
H1.HeaderClassName
{
color: #D73300;
}
.AnyTagClassName
{
color: #D73300;
}
</style>
background-color css
<style>
a { background-color: #D73300; }
a { background-color: rgb(215,51,0); }
div.DivClassName
{
background-color: #D73300;
}
.BgClassName
{
background-color: #D73300;
}
</style>
border-color css
<style>
span { border-color: #D73300; }
span { border-color: rgb(215,51,0); }
td.TdClassName
{
border-color: #D73300;
}
.TagClassName
{
border-color: #D73300;
}
</style>