#D63C05

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

Shades of Harley Davidson Orange #D63C05

Tints of Harley Davidson Orange #D63C05

Color information

#D63C05 (or 0xD63C05) is unknown color: approx Harley Davidson Orange. HEX triplet: D6, 3C and 05. RGB value is (214,60,5). Sum of RGB (Red+Green+Blue) = 214+60+5=279 (36% of max value = 765). Red value is 214 (83.98% from 255 or 76.70% from 279); Green value is 60 (23.83% from 255 or 21.51% from 279); Blue value is 5 (2.34% from 255 or 1.79% from 279); Max value from RGB is 214 - color contains mainly: red. Hex color #D63C05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63C05 is #29C3FA. Grayscale: #646464. Windows color (decimal): -2737147 or 343254. OLE color: 343254.

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

Color convert

RGB214605-
CMYK00.720.980.16
HSL15.79º95.43%42.94%-
HSV(B)15.79º97.66%83.92%-
XYZ29.3717.541.98-
YUV99.7874.52209.47-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 76.70%
GREEN value IS 60 (23.83% from 255) = 21.51%
BLUE value IS 5 (2.34% from 255) = 1.79%
R=76.70%
G=21.51%
B=1.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.98
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21460500.720.980.1615.7995.4342.94
HexD63C50486210105f2b
Octal3267450110142202013753
Binary1101011011110010101001000110001010000100001011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63C05; }

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

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

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

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

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

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

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

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