#D51A06

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

Shades of Harley Davidson Orange #D51A06

Tints of Harley Davidson Orange #D51A06

Color information

#D51A06 (or 0xD51A06) is unknown color: approx Harley Davidson Orange. HEX triplet: D5, 1A and 06. RGB value is (213,26,6). Sum of RGB (Red+Green+Blue) = 213+26+6=245 (32% of max value = 765). Red value is 213 (83.59% from 255 or 86.94% from 245); Green value is 26 (10.55% from 255 or 10.61% from 245); Blue value is 6 (2.73% from 255 or 2.45% from 245); Max value from RGB is 213 - color contains mainly: red. Hex color #D51A06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D51A06 is #2AE5F9. Grayscale: #4F4F4F. Windows color (decimal): -2811386 or 400085. OLE color: 400085.

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

Color convert

RGB213266-
CMYK00.880.970.16
HSL5.8º94.52%42.94%-
HSV(B)5.8º97.18%83.53%-
XYZ27.8414.91.58-
YUV79.6386.45223.13-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 86.94%
GREEN value IS 26 (10.55% from 255) = 10.61%
BLUE value IS 6 (2.73% from 255) = 2.45%
R=86.94%
G=10.61%
B=2.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.97
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21326600.880.970.165.894.5242.94
HexD51A6058611065f2b
Octal325326013014120613753
Binary1101010111010110010110001100001100001101011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D51A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D51A06; }

 p { color: rgb(213,26,6); }

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

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

 a { background-color: rgb(213,26,6); }

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

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

 span { border-color: rgb(213,26,6); }

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