#D63B0A

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

Shades of Harley Davidson Orange #D63B0A

Tints of Harley Davidson Orange #D63B0A

Color information

#D63B0A (or 0xD63B0A) is unknown color: approx Harley Davidson Orange. HEX triplet: D6, 3B and 0A. RGB value is (214,59,10). Sum of RGB (Red+Green+Blue) = 214+59+10=283 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.62% from 283); Green value is 59 (23.44% from 255 or 20.85% from 283); Blue value is 10 (4.30% from 255 or 3.53% from 283); Max value from RGB is 214 - color contains mainly: red. Hex color #D63B0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63B0A is #29C4F5. Grayscale: #646464. Windows color (decimal): -2737398 or 670678. OLE color: 670678.

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

Color convert

RGB2145910-
CMYK00.720.950.16
HSL14.41º91.07%43.92%-
HSV(B)14.41º95.33%83.92%-
XYZ29.3517.452.11-
YUV99.7677.35209.48-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 75.62%
GREEN value IS 59 (23.44% from 255) = 20.85%
BLUE value IS 10 (4.30% from 255) = 3.53%
R=75.62%
G=20.85%
B=3.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.95
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214591000.720.950.1614.4191.0743.92
HexD63BA0485F10e5b2c
Octal32673120110137201613354
Binary1101011011101110100100100010111111000011101011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63B0A; }

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

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

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

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

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

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

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

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