#D2411B

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

Shades of Harley Davidson Orange #D2411B

Tints of Harley Davidson Orange #D2411B

Color information

#D2411B (or 0xD2411B) is unknown color: approx Harley Davidson Orange. HEX triplet: D2, 41 and 1B. RGB value is (210,65,27). Sum of RGB (Red+Green+Blue) = 210+65+27=302 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.54% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 27 (10.94% from 255 or 8.94% from 302); Max value from RGB is 210 - color contains mainly: red. Hex color #D2411B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2411B is #2DBEE4. Grayscale: #686868. Windows color (decimal): -2997989 or 1786322. OLE color: 1786322.

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

Color convert

RGB2106527-
CMYK00.690.870.18
HSL12.46º77.22%46.47%-
HSV(B)12.46º87.14%82.35%-
XYZ28.6717.562.92-
YUV104.0284.54203.59-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 69.54%
GREEN value IS 65 (25.78% from 255) = 21.52%
BLUE value IS 27 (10.94% from 255) = 8.94%
R=69.54%
G=21.52%
B=8.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.87
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210652700.690.870.1812.4677.2246.47
HexD2411B0455712c4d2e
Octal322101330105127221411556
Binary110100101000001110110100010110101111001011001001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2411B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2411B; }

 p { color: rgb(210,65,27); }

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

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

 a { background-color: rgb(210,65,27); }

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

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

 span { border-color: rgb(210,65,27); }

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