#D72F04

Color #D72F04 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #D72F04

Tints of Harley Davidson Orange #D72F04

Color information

#D72F04 (or 0xD72F04) is unknown color: approx 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

RGB215474-
CMYK00.780.980.16
HSL12.23º96.35%42.94%-
HSV(B)12.23º98.14%84.31%-
XYZ29.0616.491.77-
YUV92.3378.16215.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 215 (84.38% from 255) = 80.83%
GREEN value IS 47 (18.75% from 255) = 17.67%
BLUE value IS 4 (1.95% from 255) = 1.50%
R=80.83%
G=17.67%
B=1.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.98
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21547400.780.980.1612.2396.3542.94
HexD72F404E6210c602b
Octal3275740116142201414053
Binary110101111011111000100111011000101000011001100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D72F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>