#D73F1E

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

Shades of Harley Davidson Orange #D73F1E

Tints of Harley Davidson Orange #D73F1E

Color information

#D73F1E (or 0xD73F1E) is unknown color: approx Harley Davidson Orange. HEX triplet: D7, 3F and 1E. RGB value is (215,63,30). Sum of RGB (Red+Green+Blue) = 215+63+30=308 (40% of max value = 765). Red value is 215 (84.38% from 255 or 69.81% from 308); Green value is 63 (25% from 255 or 20.45% from 308); Blue value is 30 (12.11% from 255 or 9.74% from 308); Max value from RGB is 215 - color contains mainly: red. Hex color #D73F1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73F1E is #28C0E1. Grayscale: #686868. Windows color (decimal): -2670818 or 1982423. OLE color: 1982423.

HSL color Cylindrical-coordinate representation of color #D73F1E: hue angle of 10.7º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D73F1E is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB2156330-
CMYK00.710.860.16
HSL10.7º75.51%48.04%-
HSV(B)10.7º86.05%84.31%-
XYZ30.0418.13.14-
YUV104.6985.86206.68-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 69.81%
GREEN value IS 63 (25% from 255) = 20.45%
BLUE value IS 30 (12.11% from 255) = 9.74%
R=69.81%
G=20.45%
B=9.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215633000.710.860.1610.775.5148.04
HexD73F1E0475610b4c30
Octal32777360107126201311460
Binary11010111111111111100100011110101101000010111001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D73F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D73F1E; }

 p { color: rgb(215,63,30); }

 H1.HeaderClassName
 {
   color: #D73F1E;
 }
 .AnyTagClassName
 {
   color: #D73F1E;
 }
</style>
background-color css

<style>
 a { background-color: #D73F1E; }

 a { background-color: rgb(215,63,30); }

 div.DivClassName
 {
   background-color: #D73F1E;
 }
 .BgClassName
 {
   background-color: #D73F1E;
 }
</style>
border-color css

<style>
 span { border-color: #D73F1E; }

 span { border-color: rgb(215,63,30); }

 td.TdClassName
 {
   border-color: #D73F1E;
 }
 .TagClassName
 {
   border-color: #D73F1E;
 }
</style>