Html Css Color HEX #D72C08 Harley Davidson Orange
📋 copy color: '#D72C08'red 215 ◦ green 44 ◦ blue 8
Shades of Harley Davidson Orange #D72C08
Tints of Harley Davidson Orange #D72C08
RGB
CMYK
RGB Variations
Color information
#D72C08 (or 0xD72C08) is known color: Harley Davidson Orange. HEX triplet: D7, 2C and 08. RGB value is (215,44,8). Sum of RGB (Red+Green+Blue) = 215+44+8=267 (35% of max value = 765). Red value is 215 (84.38% from 255 or 80.52% from 267); Green value is 44 (17.58% from 255 or 16.48% from 267); Blue value is 8 (3.52% from 255 or 3.00% from 267); Max value from RGB is 215 - color contains mainly: red. Hex color #D72C08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D72C08 is #28D3F7. Grayscale: #5B5B5B. Windows color (decimal): -2675704 or 535767. OLE color: 535767.
HSL color Cylindrical-coordinate representation of color #D72C08: hue angle of 10.43º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D72C08 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 44 | 8 | - |
| CMYK | 0 | 0.80 | 0.96 | 0.16 |
| HSL | 10.43º | 0.93% | 0.44% | - |
| HSV(B) | 10.43º | 0.96% | 0.84% | - |
| XYZ | 28.97 | 16.27 | 1.84 | - |
| YUV | 91.03 | 81.15 | 216.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 44 | 8 | 0 | 0.80 | 0.96 | 0.16 | 10.43 | 0.93 | 0.44 |
| Hex | D7 | 2C | 8 | 0 | 50 | 60 | 10 | A | 5D | 2C |
| Octal | 327 | 54 | 10 | 0 | 120 | 140 | 20 | 12 | 135 | 54 |
| Binary | 11010111 | 101100 | 1000 | 0 | 1010000 | 1100000 | 10000 | 1010 | 1011101 | 101100 |
Color Harmonies of #D72C08
Complementary color
Monochromatic Colors of #D72C08
Black with #D72C08
Text Example
Text Example
White with #D72C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72C08; }
p { color: rgb(215,44,8); }
H1.HeaderClassName
{
color: #D72C08;
}
.AnyTagClassName
{
color: #D72C08;
}
</style>
background-color css
<style>
a { background-color: #D72C08; }
a { background-color: rgb(215,44,8); }
div.DivClassName
{
background-color: #D72C08;
}
.BgClassName
{
background-color: #D72C08;
}
</style>
border-color css
<style>
span { border-color: #D72C08; }
span { border-color: rgb(215,44,8); }
td.TdClassName
{
border-color: #D72C08;
}
.TagClassName
{
border-color: #D72C08;
}
</style>