Html Css Color HEX #D72900 Harley Davidson Orange
📋 copy color: '#D72900'red 215 ◦ green 41 ◦ blue 0
Shades of Harley Davidson Orange #D72900
Tints of Harley Davidson Orange #D72900
RGB
CMYK
RGB Variations
Color information
#D72900 (or 0xD72900) is known color: Harley Davidson Orange. HEX triplet: D7, 29 and 00. RGB value is (215,41,0). Sum of RGB (Red+Green+Blue) = 215+41+0=256 (33% of max value = 765). Red value is 215 (84.38% from 255 or 83.98% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 215 - color contains mainly: red. Hex color #D72900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D72900 is #28D6FF. Grayscale: #585858. Windows color (decimal): -2676480 or 10711. OLE color: 10711.
HSL color Cylindrical-coordinate representation of color #D72900: hue angle of 11.44º 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 #D72900 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 41 | 0 | - |
| CMYK | 0 | 0.81 | 1 | 0.16 |
| HSL | 11.44º | 1% | 0.42% | - |
| HSV(B) | 11.44º | 1% | 0.84% | - |
| XYZ | 28.82 | 16.03 | 1.58 | - |
| YUV | 88.35 | 78.15 | 218.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 41 | 0 | 0 | 0.81 | 1 | 0.16 | 11.44 | 1 | 0.42 |
| Hex | D7 | 29 | 0 | 0 | 51 | 64 | 10 | B | 64 | 2A |
| Octal | 327 | 51 | 0 | 0 | 121 | 144 | 20 | 13 | 144 | 52 |
| Binary | 11010111 | 101001 | 0 | 0 | 1010001 | 1100100 | 10000 | 1011 | 1100100 | 101010 |
Color Harmonies of #D72900
Complementary color
Monochromatic Colors of #D72900
Black with #D72900
Text Example
Text Example
White with #D72900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72900; }
p { color: rgb(215,41,0); }
H1.HeaderClassName
{
color: #D72900;
}
.AnyTagClassName
{
color: #D72900;
}
</style>
background-color css
<style>
a { background-color: #D72900; }
a { background-color: rgb(215,41,0); }
div.DivClassName
{
background-color: #D72900;
}
.BgClassName
{
background-color: #D72900;
}
</style>
border-color css
<style>
span { border-color: #D72900; }
span { border-color: rgb(215,41,0); }
td.TdClassName
{
border-color: #D72900;
}
.TagClassName
{
border-color: #D72900;
}
</style>