#D63C01

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

Shades of Harley Davidson Orange #D63C01

Tints of Harley Davidson Orange #D63C01

Color information

#D63C01 (or 0xD63C01) is unknown color: approx Harley Davidson Orange. HEX triplet: D6, 3C and 01. RGB value is (214,60,1). Sum of RGB (Red+Green+Blue) = 214+60+1=275 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.82% from 275); Green value is 60 (23.83% from 255 or 21.82% from 275); Blue value is 1 (0.78% from 255 or 0.36% from 275); Max value from RGB is 214 - color contains mainly: red. Hex color #D63C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63C01 is #29C3FE. Grayscale: #636363. Windows color (decimal): -2737151 or 81110. OLE color: 81110.

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

Color convert

RGB214601-
CMYK00.721.000.16
HSL16.62º99.07%42.16%-
HSV(B)16.62º99.53%83.92%-
XYZ29.3517.531.87-
YUV99.3272.52209.8-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 77.82%
GREEN value IS 60 (23.83% from 255) = 21.82%
BLUE value IS 1 (0.78% from 255) = 0.36%
R=77.82%
G=21.82%
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
Decimal21460100.721.000.1616.6299.0742.16
HexD63C1048641011632a
Octal3267410110144202114352
Binary11010110111100101001000110010010000100011100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63C01; }

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

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

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

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

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

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

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

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