#D82D01

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

Shades of Harley Davidson Orange #D82D01

Tints of Harley Davidson Orange #D82D01

Color information

#D82D01 (or 0xD82D01) is unknown color: approx Harley Davidson Orange. HEX triplet: D8, 2D and 01. RGB value is (216,45,1). Sum of RGB (Red+Green+Blue) = 216+45+1=262 (34% of max value = 765). Red value is 216 (84.77% from 255 or 82.44% from 262); Green value is 45 (17.97% from 255 or 17.18% from 262); Blue value is 1 (0.78% from 255 or 0.38% from 262); Max value from RGB is 216 - color contains mainly: red. Hex color #D82D01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82D01 is #27D2FE. Grayscale: #5B5B5B. Windows color (decimal): -2609919 or 77272. OLE color: 77272.

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

Color convert

RGB216451-
CMYK00.791.000.15
HSL12.28º99.08%42.55%-
HSV(B)12.28º99.54%84.71%-
XYZ29.2616.481.67-
YUV91.1177.15217.08-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 82.44%
GREEN value IS 45 (17.97% from 255) = 17.18%
BLUE value IS 1 (0.78% from 255) = 0.38%
R=82.44%
G=17.18%
B=0.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 1.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21645100.791.000.1512.2899.0842.55
HexD82D104F64Fc632b
Octal3305510117144171414353
Binary110110001011011010011111100100111111001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D82D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D82D01; }

 p { color: rgb(216,45,1); }

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

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

 a { background-color: rgb(216,45,1); }

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

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

 span { border-color: rgb(216,45,1); }

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