#D73C0C

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

Shades of Harley Davidson Orange #D73C0C

Tints of Harley Davidson Orange #D73C0C

Color information

#D73C0C (or 0xD73C0C) is unknown color: approx Harley Davidson Orange. HEX triplet: D7, 3C and 0C. RGB value is (215,60,12). Sum of RGB (Red+Green+Blue) = 215+60+12=287 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.91% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 12 (5.08% from 255 or 4.18% from 287); Max value from RGB is 215 - color contains mainly: red. Hex color #D73C0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73C0C is #28C3F3. Grayscale: #656565. Windows color (decimal): -2671604 or 802007. OLE color: 802007.

HSL color Cylindrical-coordinate representation of color #D73C0C: hue angle of 14.19º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D73C0C is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB2156012-
CMYK00.720.940.16
HSL14.19º89.43%44.51%-
HSV(B)14.19º94.42%84.31%-
XYZ29.7117.712.2-
YUV100.8777.85209.4-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 74.91%
GREEN value IS 60 (23.83% from 255) = 20.91%
BLUE value IS 12 (5.08% from 255) = 4.18%
R=74.91%
G=20.91%
B=4.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.94
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215601200.720.940.1614.1989.4344.51
HexD73CC0485E10e592d
Octal32774140110136201613155
Binary1101011111110011000100100010111101000011101011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D73C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D73C0C; }

 p { color: rgb(215,60,12); }

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

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

 a { background-color: rgb(215,60,12); }

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

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

 span { border-color: rgb(215,60,12); }

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