#D63F1D

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

Shades of Harley Davidson Orange #D63F1D

Tints of Harley Davidson Orange #D63F1D

Color information

#D63F1D (or 0xD63F1D) is unknown color: approx Harley Davidson Orange. HEX triplet: D6, 3F and 1D. RGB value is (214,63,29). Sum of RGB (Red+Green+Blue) = 214+63+29=306 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.93% from 306); Green value is 63 (25% from 255 or 20.59% from 306); Blue value is 29 (11.72% from 255 or 9.48% from 306); Max value from RGB is 214 - color contains mainly: red. Hex color #D63F1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63F1D is #29C0E2. Grayscale: #686868. Windows color (decimal): -2736355 or 1916886. OLE color: 1916886.

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

Color convert

RGB2146329-
CMYK00.710.860.16
HSL11.03º76.13%47.65%-
HSV(B)11.03º86.45%83.92%-
XYZ29.7317.943.06-
YUV104.2785.53206.26-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 69.93%
GREEN value IS 63 (25% from 255) = 20.59%
BLUE value IS 29 (11.72% from 255) = 9.48%
R=69.93%
G=20.59%
B=9.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214632900.710.860.1611.0376.1347.65
HexD63F1D0475610b4c30
Octal32677350107126201311460
Binary11010110111111111010100011110101101000010111001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63F1D; }

 p { color: rgb(214,63,29); }

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

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

 a { background-color: rgb(214,63,29); }

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

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

 span { border-color: rgb(214,63,29); }

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