#D82405

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

Shades of Harley Davidson Orange #D82405

Tints of Harley Davidson Orange #D82405

Color information

#D82405 (or 0xD82405) is unknown color: approx Harley Davidson Orange. HEX triplet: D8, 24 and 05. RGB value is (216,36,5). Sum of RGB (Red+Green+Blue) = 216+36+5=257 (34% of max value = 765). Red value is 216 (84.77% from 255 or 84.05% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 216 - color contains mainly: red. Hex color #D82405 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82405 is #27DBFA. Grayscale: #565656. Windows color (decimal): -2612219 or 337112. OLE color: 337112.

HSL color Cylindrical-coordinate representation of color #D82405: hue angle of 8.82º 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 #D82405 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.15.

Color convert

RGB216365-
CMYK00.830.980.15
HSL8.82º95.48%43.33%-
HSV(B)8.82º97.69%84.71%-
XYZ28.9815.871.68-
YUV86.2982.13220.52-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 84.05%
GREEN value IS 36 (14.45% from 255) = 14.01%
BLUE value IS 5 (2.34% from 255) = 1.95%
R=84.05%
G=14.01%
B=1.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.98
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21636500.830.980.158.8295.4843.33
HexD824505362F95f2b
Octal3304450123142171113753
Binary11011000100100101010100111100010111110011011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D82405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D82405; }

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

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

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

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

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

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

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

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