#D63201

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

Shades of Harley Davidson Orange #D63201

Tints of Harley Davidson Orange #D63201

Color information

#D63201 (or 0xD63201) is unknown color: approx Harley Davidson Orange. HEX triplet: D6, 32 and 01. RGB value is (214,50,1). Sum of RGB (Red+Green+Blue) = 214+50+1=265 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.75% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 1 (0.78% from 255 or 0.38% from 265); Max value from RGB is 214 - color contains mainly: red. Hex color #D63201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63201 is #29CDFE. Grayscale: #5D5D5D. Windows color (decimal): -2739711 or 78550. OLE color: 78550.

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

Color convert

RGB214501-
CMYK00.771.000.16
HSL13.8º99.07%42.16%-
HSV(B)13.8º99.53%83.92%-
XYZ28.8816.581.71-
YUV93.4575.83213.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 80.75%
GREEN value IS 50 (19.92% from 255) = 18.87%
BLUE value IS 1 (0.78% from 255) = 0.38%
R=80.75%
G=18.87%
B=0.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 1.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21450100.771.000.1613.899.0742.16
HexD632104D6410e632a
Octal3266210115144201614352
Binary1101011011001010100110111001001000011101100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63201; }

 p { color: rgb(214,50,1); }

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

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

 a { background-color: rgb(214,50,1); }

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

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

 span { border-color: rgb(214,50,1); }

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