#D2471D

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

Shades of Harley Davidson Orange #D2471D

Tints of Harley Davidson Orange #D2471D

Color information

#D2471D (or 0xD2471D) is unknown color: approx Harley Davidson Orange. HEX triplet: D2, 47 and 1D. RGB value is (210,71,29). Sum of RGB (Red+Green+Blue) = 210+71+29=310 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.74% from 310); Green value is 71 (28.12% from 255 or 22.90% from 310); Blue value is 29 (11.72% from 255 or 9.35% from 310); Max value from RGB is 210 - color contains mainly: red. Hex color #D2471D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2471D is #2DB8E2. Grayscale: #6C6C6C. Windows color (decimal): -2996451 or 1918930. OLE color: 1918930.

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

Color convert

RGB2107129-
CMYK00.660.860.18
HSL13.92º75.73%46.86%-
HSV(B)13.92º86.19%82.35%-
XYZ29.0518.33.16-
YUV107.7783.55200.92-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 67.74%
GREEN value IS 71 (28.12% from 255) = 22.90%
BLUE value IS 29 (11.72% from 255) = 9.35%
R=67.74%
G=22.90%
B=9.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210712900.660.860.1813.9275.7346.86
HexD2471D0425612e4c2f
Octal322107350102126221611457
Binary110100101000111111010100001010101101001011101001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2471D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2471D; }

 p { color: rgb(210,71,29); }

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

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

 a { background-color: rgb(210,71,29); }

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

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

 span { border-color: rgb(210,71,29); }

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