#D82000

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

Shades of Harley Davidson Orange #D82000

Tints of Harley Davidson Orange #D82000

Color information

#D82000 (or 0xD82000) is unknown color: approx Harley Davidson Orange. HEX triplet: D8, 20 and 00. RGB value is (216,32,0). Sum of RGB (Red+Green+Blue) = 216+32+0=248 (32% of max value = 765). Red value is 216 (84.77% from 255 or 87.10% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 216 - color contains mainly: red. Hex color #D82000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82000 is #27DFFF. Grayscale: #535353. Windows color (decimal): -2613248 or 8408. OLE color: 8408.

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

Color convert

RGB216320-
CMYK00.8510.15
HSL8.89º100%42.35%-
HSV(B)8.89º100%84.71%-
XYZ28.8415.631.5-
YUV83.3780.96222.6-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 87.10%
GREEN value IS 32 (12.89% from 255) = 12.90%
BLUE value IS 0 (0.39% from 255) = 0%
R=87.10%
G=12.90%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 1
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21632000.8510.158.8910042.35
HexD820005564F9642a
Octal3304000125144171114452
Binary110110001000000010101011100100111110011100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D82000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D82000; }

 p { color: rgb(216,32,0); }

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

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

 a { background-color: rgb(216,32,0); }

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

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

 span { border-color: rgb(216,32,0); }

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