#D63302

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

Shades of Harley Davidson Orange #D63302

Tints of Harley Davidson Orange #D63302

Color information

#D63302 (or 0xD63302) is unknown color: approx Harley Davidson Orange. HEX triplet: D6, 33 and 02. RGB value is (214,51,2). Sum of RGB (Red+Green+Blue) = 214+51+2=267 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.15% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 2 (1.17% from 255 or 0.75% from 267); Max value from RGB is 214 - color contains mainly: red. Hex color #D63302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63302 is #29CCFD. Grayscale: #5E5E5E. Windows color (decimal): -2739454 or 144342. OLE color: 144342.

HSL color Cylindrical-coordinate representation of color #D63302: hue angle of 13.87º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D63302 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB214512-
CMYK00.760.990.16
HSL13.87º98.15%42.35%-
HSV(B)13.87º99.07%83.92%-
XYZ28.9316.671.75-
YUV94.1576213.48-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 80.15%
GREEN value IS 51 (20.31% from 255) = 19.10%
BLUE value IS 2 (1.17% from 255) = 0.75%
R=80.15%
G=19.10%
B=0.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.99
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21451200.760.990.1613.8798.1542.35
HexD633204C6310e622a
Octal3266320114143201614252
Binary11010110110011100100110011000111000011101100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63302; }

 p { color: rgb(214,51,2); }

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

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

 a { background-color: rgb(214,51,2); }

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

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

 span { border-color: rgb(214,51,2); }

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