#D82F01

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

Shades of Harley Davidson Orange #D82F01

Tints of Harley Davidson Orange #D82F01

Color information

#D82F01 (or 0xD82F01) is unknown color: approx Harley Davidson Orange. HEX triplet: D8, 2F and 01. RGB value is (216,47,1). Sum of RGB (Red+Green+Blue) = 216+47+1=264 (34% of max value = 765). Red value is 216 (84.77% from 255 or 81.82% from 264); Green value is 47 (18.75% from 255 or 17.80% from 264); Blue value is 1 (0.78% from 255 or 0.38% from 264); Max value from RGB is 216 - color contains mainly: red. Hex color #D82F01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82F01 is #27D0FE. Grayscale: #5C5C5C. Windows color (decimal): -2609407 or 77784. OLE color: 77784.

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

Color convert

RGB216471-
CMYK00.781.000.15
HSL12.84º99.08%42.55%-
HSV(B)12.84º99.54%84.71%-
XYZ29.3416.631.69-
YUV92.2976.49216.24-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 81.82%
GREEN value IS 47 (18.75% from 255) = 17.80%
BLUE value IS 1 (0.78% from 255) = 0.38%
R=81.82%
G=17.80%
B=0.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 1.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21647100.781.000.1512.8499.0842.55
HexD82F104E64Fd632b
Octal3305710116144171514353
Binary110110001011111010011101100100111111011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D82F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D82F01; }

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

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

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

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

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

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

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

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