#D82C01

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

Shades of Harley Davidson Orange #D82C01

Tints of Harley Davidson Orange #D82C01

Color information

#D82C01 (or 0xD82C01) is unknown color: approx Harley Davidson Orange. HEX triplet: D8, 2C and 01. RGB value is (216,44,1). Sum of RGB (Red+Green+Blue) = 216+44+1=261 (34% of max value = 765). Red value is 216 (84.77% from 255 or 82.76% from 261); Green value is 44 (17.58% from 255 or 16.86% from 261); Blue value is 1 (0.78% from 255 or 0.38% from 261); Max value from RGB is 216 - color contains mainly: red. Hex color #D82C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82C01 is #27D3FE. Grayscale: #5A5A5A. Windows color (decimal): -2610175 or 77016. OLE color: 77016.

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

Color convert

RGB216441-
CMYK00.801.000.15
HSL12º99.08%42.55%-
HSV(B)12º99.54%84.71%-
XYZ29.2316.41.65-
YUV90.5377.48217.5-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 82.76%
GREEN value IS 44 (17.58% from 255) = 16.86%
BLUE value IS 1 (0.78% from 255) = 0.38%
R=82.76%
G=16.86%
B=0.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 1.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21644100.801.000.151299.0842.55
HexD82C105064Fc632b
Octal3305410120144171414353
Binary110110001011001010100001100100111111001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D82C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D82C01; }

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

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

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

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

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

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

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

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