#D9301D

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

Shades of Harley Davidson Orange #D9301D

Tints of Harley Davidson Orange #D9301D

Color information

#D9301D (or 0xD9301D) is unknown color: approx Harley Davidson Orange. HEX triplet: D9, 30 and 1D. RGB value is (217,48,29). Sum of RGB (Red+Green+Blue) = 217+48+29=294 (38% of max value = 765). Red value is 217 (85.16% from 255 or 73.81% from 294); Green value is 48 (19.14% from 255 or 16.33% from 294); Blue value is 29 (11.72% from 255 or 9.86% from 294); Max value from RGB is 217 - color contains mainly: red. Hex color #D9301D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9301D is #26CFE2. Grayscale: #606060. Windows color (decimal): -2543587 or 1913049. OLE color: 1913049.

HSL color Cylindrical-coordinate representation of color #D9301D: hue angle of 6.06º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D9301D is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB2174829-
CMYK00.780.870.15
HSL6.06º76.42%48.24%-
HSV(B)6.06º86.64%85.1%-
XYZ29.8916.952.86-
YUV96.3689.99214.04-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 73.81%
GREEN value IS 48 (19.14% from 255) = 16.33%
BLUE value IS 29 (11.72% from 255) = 9.86%
R=73.81%
G=16.33%
B=9.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.87
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217482900.780.870.156.0676.4248.24
HexD9301D04E57F64c30
Octal3316035011612717611460
Binary110110011100001110101001110101011111111101001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9301D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9301D; }

 p { color: rgb(217,48,29); }

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

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

 a { background-color: rgb(217,48,29); }

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

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

 span { border-color: rgb(217,48,29); }

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