#D73D1E

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

Shades of Harley Davidson Orange #D73D1E

Tints of Harley Davidson Orange #D73D1E

Color information

#D73D1E (or 0xD73D1E) is unknown color: approx Harley Davidson Orange. HEX triplet: D7, 3D and 1E. RGB value is (215,61,30). Sum of RGB (Red+Green+Blue) = 215+61+30=306 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.26% from 306); Green value is 61 (24.22% from 255 or 19.93% from 306); Blue value is 30 (12.11% from 255 or 9.80% from 306); Max value from RGB is 215 - color contains mainly: red. Hex color #D73D1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73D1E is #28C2E1. Grayscale: #676767. Windows color (decimal): -2671330 or 1981911. OLE color: 1981911.

HSL color Cylindrical-coordinate representation of color #D73D1E: hue angle of 10.05º 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 #D73D1E is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB2156130-
CMYK00.720.860.16
HSL10.05º75.51%48.04%-
HSV(B)10.05º86.05%84.31%-
XYZ29.9317.883.1-
YUV103.5186.52207.52-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 70.26%
GREEN value IS 61 (24.22% from 255) = 19.93%
BLUE value IS 30 (12.11% from 255) = 9.80%
R=70.26%
G=19.93%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215613000.720.860.1610.0575.5148.04
HexD73D1E0485610a4c30
Octal32775360110126201211460
Binary11010111111101111100100100010101101000010101001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D73D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D73D1E; }

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

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

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

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

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

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

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

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