Html Css Color HEX #D72F04 Harley Davidson Orange
📋 copy color: '#D72F04'red 215 ◦ green 47 ◦ blue 4
Shades of Harley Davidson Orange #D72F04
Tints of Harley Davidson Orange #D72F04
RGB
CMYK
RGB Variations
Color information
#D72F04 (or 0xD72F04) is known color: Harley Davidson Orange. HEX triplet: D7, 2F and 04. RGB value is (215,47,4). Sum of RGB (Red+Green+Blue) = 215+47+4=266 (35% of max value = 765). Red value is 215 (84.38% from 255 or 80.83% from 266); Green value is 47 (18.75% from 255 or 17.67% from 266); Blue value is 4 (1.95% from 255 or 1.50% from 266); Max value from RGB is 215 - color contains mainly: red. Hex color #D72F04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D72F04 is #28D0FB. Grayscale: #5C5C5C. Windows color (decimal): -2674940 or 274391. OLE color: 274391.
HSL color Cylindrical-coordinate representation of color #D72F04: hue angle of 12.23º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D72F04 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 47 | 4 | - |
| CMYK | 0 | 0.78 | 0.98 | 0.16 |
| HSL | 12.23º | 0.96% | 0.43% | - |
| HSV(B) | 12.23º | 0.98% | 0.84% | - |
| XYZ | 29.06 | 16.49 | 1.77 | - |
| YUV | 92.33 | 78.16 | 215.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 47 | 4 | 0 | 0.78 | 0.98 | 0.16 | 12.23 | 0.96 | 0.43 |
| Hex | D7 | 2F | 4 | 0 | 4E | 62 | 10 | C | 60 | 2B |
| Octal | 327 | 57 | 4 | 0 | 116 | 142 | 20 | 14 | 140 | 53 |
| Binary | 11010111 | 101111 | 100 | 0 | 1001110 | 1100010 | 10000 | 1100 | 1100000 | 101011 |
Color Harmonies of #D72F04
Complementary color
Monochromatic Colors of #D72F04
Black with #D72F04
Text Example
Text Example
White with #D72F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72F04; }
p { color: rgb(215,47,4); }
H1.HeaderClassName
{
color: #D72F04;
}
.AnyTagClassName
{
color: #D72F04;
}
</style>
background-color css
<style>
a { background-color: #D72F04; }
a { background-color: rgb(215,47,4); }
div.DivClassName
{
background-color: #D72F04;
}
.BgClassName
{
background-color: #D72F04;
}
</style>
border-color css
<style>
span { border-color: #D72F04; }
span { border-color: rgb(215,47,4); }
td.TdClassName
{
border-color: #D72F04;
}
.TagClassName
{
border-color: #D72F04;
}
</style>