#D1431C

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

Shades of Harley Davidson Orange #D1431C

Tints of Harley Davidson Orange #D1431C

Color information

#D1431C (or 0xD1431C) is unknown color: approx Harley Davidson Orange. HEX triplet: D1, 43 and 1C. RGB value is (209,67,28). Sum of RGB (Red+Green+Blue) = 209+67+28=304 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.75% from 304); Green value is 67 (26.56% from 255 or 22.04% from 304); Blue value is 28 (11.33% from 255 or 9.21% from 304); Max value from RGB is 209 - color contains mainly: red. Hex color #D1431C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1431C is #2EBCE3. Grayscale: #696969. Windows color (decimal): -3063012 or 1852369. OLE color: 1852369.

HSL color Cylindrical-coordinate representation of color #D1431C: hue angle of 12.93º 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 #D1431C is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB2096728-
CMYK00.680.870.18
HSL12.93º76.37%46.47%-
HSV(B)12.93º86.6%81.96%-
XYZ28.5117.653-
YUV105.0184.54202.17-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 68.75%
GREEN value IS 67 (26.56% from 255) = 22.04%
BLUE value IS 28 (11.33% from 255) = 9.21%
R=68.75%
G=22.04%
B=9.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.87
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209672800.680.870.1812.9376.3746.47
HexD1431C0445712d4c2e
Octal321103340104127221511456
Binary110100011000011111000100010010101111001011011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1431C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1431C; }

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

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

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

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

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

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

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

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