#d1301c

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

Shades of Harley Davidson Orange #D1301C

Tints of Harley Davidson Orange #D1301C

Color information

#D1301C (or 0xD1301C) is unknown color: approx Harley Davidson Orange. HEX triplet: D1, 30 and 1C. RGB value is (209,48,28). Sum of RGB (Red+Green+Blue) = 209+48+28=285 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.33% from 285); Green value is 48 (19.14% from 255 or 16.84% from 285); Blue value is 28 (11.33% from 255 or 9.82% from 285); Max value from RGB is 209 - color contains mainly: red. Hex color #D1301C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1301C is #2ECFE3. Grayscale: #5E5E5E. Windows color (decimal): -3067876 or 1847505. OLE color: 1847505.

HSL color Cylindrical-coordinate representation of color #D1301C: hue angle of 6.63º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D1301C is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB2094828-
CMYK00.770.870.18
HSL6.63º76.37%46.47%-
HSV(B)6.63º86.6%81.96%-
XYZ27.5615.752.69-
YUV93.8690.84210.13-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 73.33%
GREEN value IS 48 (19.14% from 255) = 16.84%
BLUE value IS 28 (11.33% from 255) = 9.82%
R=73.33%
G=16.84%
B=9.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.87
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209482800.770.870.186.6376.3746.47
HexD1301C04D571274c2e
Octal3216034011512722711456
Binary1101000111000011100010011011010111100101111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1301c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1301c; }

 p { color: rgb(209,48,28); }

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

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

 a { background-color: rgb(209,48,28); }

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

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

 span { border-color: rgb(209,48,28); }

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