#D63101

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

Shades of Harley Davidson Orange #D63101

Tints of Harley Davidson Orange #D63101

Color information

#D63101 (or 0xD63101) is unknown color: approx Harley Davidson Orange. HEX triplet: D6, 31 and 01. RGB value is (214,49,1). Sum of RGB (Red+Green+Blue) = 214+49+1=264 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.06% from 264); Green value is 49 (19.53% from 255 or 18.56% from 264); Blue value is 1 (0.78% from 255 or 0.38% from 264); Max value from RGB is 214 - color contains mainly: red. Hex color #D63101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63101 is #29CEFE. Grayscale: #5D5D5D. Windows color (decimal): -2739967 or 78294. OLE color: 78294.

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

Color convert

RGB214491-
CMYK00.771.000.16
HSL13.52º99.07%42.16%-
HSV(B)13.52º99.53%83.92%-
XYZ28.8416.491.69-
YUV92.8676.16214.4-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 81.06%
GREEN value IS 49 (19.53% from 255) = 18.56%
BLUE value IS 1 (0.78% from 255) = 0.38%
R=81.06%
G=18.56%
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
Decimal21449100.771.000.1613.5299.0742.16
HexD631104D6410e632a
Octal3266110115144201614352
Binary1101011011000110100110111001001000011101100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63101; }

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

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

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

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

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

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

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

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