#D63F0A

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

Shades of Harley Davidson Orange #D63F0A

Tints of Harley Davidson Orange #D63F0A

Color information

#D63F0A (or 0xD63F0A) is unknown color: approx Harley Davidson Orange. HEX triplet: D6, 3F and 0A. RGB value is (214,63,10). Sum of RGB (Red+Green+Blue) = 214+63+10=287 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.56% from 287); Green value is 63 (25% from 255 or 21.95% from 287); Blue value is 10 (4.30% from 255 or 3.48% from 287); Max value from RGB is 214 - color contains mainly: red. Hex color #D63F0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63F0A is #29C0F5. Grayscale: #666666. Windows color (decimal): -2736374 or 671702. OLE color: 671702.

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

Color convert

RGB2146310-
CMYK00.710.950.16
HSL15.59º91.07%43.92%-
HSV(B)15.59º95.33%83.92%-
XYZ29.5617.872.18-
YUV102.1176.03207.81-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 74.56%
GREEN value IS 63 (25% from 255) = 21.95%
BLUE value IS 10 (4.30% from 255) = 3.48%
R=74.56%
G=21.95%
B=3.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.95
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214631000.710.950.1615.5991.0743.92
HexD63FA0475F10105b2c
Octal32677120107137202013354
Binary11010110111111101001000111101111110000100001011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63F0A; }

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

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

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

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

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

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

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

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