#d82b00

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

Shades of Harley Davidson Orange #D82B00

Tints of Harley Davidson Orange #D82B00

Color information

#D82B00 (or 0xD82B00) is unknown color: approx Harley Davidson Orange. HEX triplet: D8, 2B and 00. RGB value is (216,43,0). Sum of RGB (Red+Green+Blue) = 216+43+0=259 (34% of max value = 765). Red value is 216 (84.77% from 255 or 83.40% from 259); Green value is 43 (17.19% from 255 or 16.60% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 216 - color contains mainly: red. Hex color #D82B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82B00 is #27D4FF. Grayscale: #5A5A5A. Windows color (decimal): -2610432 or 11224. OLE color: 11224.

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

Color convert

RGB216430-
CMYK00.8010.15
HSL11.94º100%42.35%-
HSV(B)11.94º100%84.71%-
XYZ29.1816.331.61-
YUV89.8277.31218-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 83.40%
GREEN value IS 43 (17.19% from 255) = 16.60%
BLUE value IS 0 (0.39% from 255) = 0%
R=83.40%
G=16.60%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 1
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21643000.8010.1511.9410042.35
HexD82B005064Fc642a
Octal3305300120144171414452
Binary110110001010110010100001100100111111001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d82b00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d82b00; }

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

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

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

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

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

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

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

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