#D63309

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

Shades of Harley Davidson Orange #D63309

Tints of Harley Davidson Orange #D63309

Color information

#D63309 (or 0xD63309) is unknown color: approx Harley Davidson Orange. HEX triplet: D6, 33 and 09. RGB value is (214,51,9). Sum of RGB (Red+Green+Blue) = 214+51+9=274 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.10% from 274); Green value is 51 (20.31% from 255 or 18.61% from 274); Blue value is 9 (3.91% from 255 or 3.28% from 274); Max value from RGB is 214 - color contains mainly: red. Hex color #D63309 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63309 is #29CCF6. Grayscale: #5F5F5F. Windows color (decimal): -2739447 or 603094. OLE color: 603094.

HSL color Cylindrical-coordinate representation of color #D63309: hue angle of 12.29º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D63309 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB214519-
CMYK00.760.960.16
HSL12.29º91.93%43.73%-
HSV(B)12.29º95.79%83.92%-
XYZ28.9616.681.95-
YUV94.9579.5212.92-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 78.10%
GREEN value IS 51 (20.31% from 255) = 18.61%
BLUE value IS 9 (3.91% from 255) = 3.28%
R=78.10%
G=18.61%
B=3.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.96
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21451900.760.960.1612.2991.9343.73
HexD633904C6010c5c2c
Octal32663110114140201413454
Binary1101011011001110010100110011000001000011001011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63309; }

 p { color: rgb(214,51,9); }

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

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

 a { background-color: rgb(214,51,9); }

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

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

 span { border-color: rgb(214,51,9); }

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