Html Css Color HEX #D72200 Harley Davidson Orange
📋 copy color: '#D72200'red 215 ◦ green 34 ◦ blue 0
Shades of Harley Davidson Orange #D72200
Tints of Harley Davidson Orange #D72200
RGB
CMYK
RGB Variations
Color information
#D72200 (or 0xD72200) is known color: Harley Davidson Orange. HEX triplet: D7, 22 and 00. RGB value is (215,34,0). Sum of RGB (Red+Green+Blue) = 215+34+0=249 (32% of max value = 765). Red value is 215 (84.38% from 255 or 86.35% from 249); Green value is 34 (13.67% from 255 or 13.65% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 215 - color contains mainly: red. Hex color #D72200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D72200 is #28DDFF. Grayscale: #545454. Windows color (decimal): -2678272 or 8919. OLE color: 8919.
HSL color Cylindrical-coordinate representation of color #D72200: hue angle of 9.49º 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 #D72200 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 34 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.16 |
| HSL | 9.49º | 1% | 0.42% | - |
| HSV(B) | 9.49º | 1% | 0.84% | - |
| XYZ | 28.6 | 15.59 | 1.5 | - |
| YUV | 84.24 | 80.47 | 221.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 34 | 0 | 0 | 0.84 | 1 | 0.16 | 9.49 | 1 | 0.42 |
| Hex | D7 | 22 | 0 | 0 | 54 | 64 | 10 | 9 | 64 | 2A |
| Octal | 327 | 42 | 0 | 0 | 124 | 144 | 20 | 11 | 144 | 52 |
| Binary | 11010111 | 100010 | 0 | 0 | 1010100 | 1100100 | 10000 | 1001 | 1100100 | 101010 |
Color Harmonies of #D72200
Complementary color
Monochromatic Colors of #D72200
Black with #D72200
Text Example
Text Example
White with #D72200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72200; }
p { color: rgb(215,34,0); }
H1.HeaderClassName
{
color: #D72200;
}
.AnyTagClassName
{
color: #D72200;
}
</style>
background-color css
<style>
a { background-color: #D72200; }
a { background-color: rgb(215,34,0); }
div.DivClassName
{
background-color: #D72200;
}
.BgClassName
{
background-color: #D72200;
}
</style>
border-color css
<style>
span { border-color: #D72200; }
span { border-color: rgb(215,34,0); }
td.TdClassName
{
border-color: #D72200;
}
.TagClassName
{
border-color: #D72200;
}
</style>