#D1410F

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

Shades of Harley Davidson Orange #D1410F

Tints of Harley Davidson Orange #D1410F

Color information

#D1410F (or 0xD1410F) is unknown color: approx Harley Davidson Orange. HEX triplet: D1, 41 and 0F. RGB value is (209,65,15). Sum of RGB (Red+Green+Blue) = 209+65+15=289 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.32% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 15 (6.25% from 255 or 5.19% from 289); Max value from RGB is 209 - color contains mainly: red. Hex color #D1410F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D1410F is #2EBEF0. Grayscale: #666666. Windows color (decimal): -3063537 or 999889. OLE color: 999889.

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

Color convert

RGB2096515-
CMYK00.690.930.18
HSL15.46º86.61%43.92%-
HSV(B)15.46º92.82%81.96%-
XYZ28.2717.372.31-
YUV102.3678.71204.07-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 72.32%
GREEN value IS 65 (25.78% from 255) = 22.49%
BLUE value IS 15 (6.25% from 255) = 5.19%
R=72.32%
G=22.49%
B=5.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.93
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209651500.690.930.1815.4686.6143.92
HexD141F0455D12f572c
Octal321101170105135221712754
Binary11010001100000111110100010110111011001011111010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1410F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1410F; }

 p { color: rgb(209,65,15); }

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

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

 a { background-color: rgb(209,65,15); }

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

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

 span { border-color: rgb(209,65,15); }

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