#D82E05

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

Shades of Harley Davidson Orange #D82E05

Tints of Harley Davidson Orange #D82E05

Color information

#D82E05 (or 0xD82E05) is unknown color: approx Harley Davidson Orange. HEX triplet: D8, 2E and 05. RGB value is (216,46,5). Sum of RGB (Red+Green+Blue) = 216+46+5=267 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80.90% from 267); Green value is 46 (18.36% from 255 or 17.23% from 267); Blue value is 5 (2.34% from 255 or 1.87% from 267); Max value from RGB is 216 - color contains mainly: red. Hex color #D82E05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82E05 is #27D1FA. Grayscale: #5C5C5C. Windows color (decimal): -2609659 or 339672. OLE color: 339672.

HSL color Cylindrical-coordinate representation of color #D82E05: hue angle of 11.66º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D82E05 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.15.

Color convert

RGB216465-
CMYK00.790.980.15
HSL11.66º95.48%43.33%-
HSV(B)11.66º97.69%84.71%-
XYZ29.3216.561.8-
YUV92.1678.82216.33-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 80.90%
GREEN value IS 46 (18.36% from 255) = 17.23%
BLUE value IS 5 (2.34% from 255) = 1.87%
R=80.90%
G=17.23%
B=1.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.98
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21646500.790.980.1511.6695.4843.33
HexD82E504F62Fc5f2b
Octal3305650117142171413753
Binary11011000101110101010011111100010111111001011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D82E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D82E05; }

 p { color: rgb(216,46,5); }

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

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

 a { background-color: rgb(216,46,5); }

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

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

 span { border-color: rgb(216,46,5); }

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