#D81811

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

Shades of Harley Davidson Orange #D81811

Tints of Harley Davidson Orange #D81811

Color information

#D81811 (or 0xD81811) is unknown color: approx Harley Davidson Orange. HEX triplet: D8, 18 and 11. RGB value is (216,24,17). Sum of RGB (Red+Green+Blue) = 216+24+17=257 (34% of max value = 765). Red value is 216 (84.77% from 255 or 84.05% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 17 (7.03% from 255 or 6.61% from 257); Max value from RGB is 216 - color contains mainly: red. Hex color #D81811 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D81811 is #27E7EE. Grayscale: #505050. Windows color (decimal): -2615279 or 1120472. OLE color: 1120472.

HSL color Cylindrical-coordinate representation of color #D81811: hue angle of 2.11º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D81811 is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB2162417-
CMYK00.890.920.15
HSL2.11º85.41%45.69%-
HSV(B)2.11º92.13%84.71%-
XYZ28.7515.291.97-
YUV80.6192.11224.57-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 84.05%
GREEN value IS 24 (9.77% from 255) = 9.34%
BLUE value IS 17 (7.03% from 255) = 6.61%
R=84.05%
G=9.34%
B=6.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.92
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216241700.890.920.152.1185.4145.69
HexD818110595CF2552e
Octal3303021013113417212556
Binary1101100011000100010101100110111001111101010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D81811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D81811; }

 p { color: rgb(216,24,17); }

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

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

 a { background-color: rgb(216,24,17); }

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

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

 span { border-color: rgb(216,24,17); }

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