#D63B01

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

Shades of Harley Davidson Orange #D63B01

Tints of Harley Davidson Orange #D63B01

Color information

#D63B01 (or 0xD63B01) is unknown color: approx Harley Davidson Orange. HEX triplet: D6, 3B and 01. RGB value is (214,59,1). Sum of RGB (Red+Green+Blue) = 214+59+1=274 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.10% from 274); Green value is 59 (23.44% from 255 or 21.53% from 274); Blue value is 1 (0.78% from 255 or 0.36% from 274); Max value from RGB is 214 - color contains mainly: red. Hex color #D63B01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63B01 is #29C4FE. Grayscale: #636363. Windows color (decimal): -2737407 or 80854. OLE color: 80854.

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

Color convert

RGB214591-
CMYK00.721.000.16
HSL16.34º99.07%42.16%-
HSV(B)16.34º99.53%83.92%-
XYZ29.317.431.85-
YUV98.7372.85210.22-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 78.10%
GREEN value IS 59 (23.44% from 255) = 21.53%
BLUE value IS 1 (0.78% from 255) = 0.36%
R=78.10%
G=21.53%
B=0.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 1.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21459100.721.000.1616.3499.0742.16
HexD63B1048641010632a
Octal3267310110144202014352
Binary11010110111011101001000110010010000100001100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63B01; }

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

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

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

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

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

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

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

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