#D6201E

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

Shades of Harley Davidson Orange #D6201E

Tints of Harley Davidson Orange #D6201E

Color information

#D6201E (or 0xD6201E) is unknown color: approx Harley Davidson Orange. HEX triplet: D6, 20 and 1E. RGB value is (214,32,30). Sum of RGB (Red+Green+Blue) = 214+32+30=276 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.54% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 30 (12.11% from 255 or 10.87% from 276); Max value from RGB is 214 - color contains mainly: red. Hex color #D6201E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6201E is #29DFE1. Grayscale: #565656. Windows color (decimal): -2744290 or 1974486. OLE color: 1974486.

HSL color Cylindrical-coordinate representation of color #D6201E: hue angle of 0.65º degrees, saturation: 0.75, 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 #D6201E is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB2143230-
CMYK00.850.860.16
HSL0.65º75.41%47.84%-
HSV(B)0.65º85.98%83.92%-
XYZ28.4815.422.7-
YUV86.1996.3219.16-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 77.54%
GREEN value IS 32 (12.89% from 255) = 11.59%
BLUE value IS 30 (12.11% from 255) = 10.87%
R=77.54%
G=11.59%
B=10.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214323000.850.860.160.6575.4147.84
HexD6201E055561014b30
Octal3264036012512620111360
Binary11010110100000111100101010110101101000011001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6201E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6201E; }

 p { color: rgb(214,32,30); }

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

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

 a { background-color: rgb(214,32,30); }

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

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

 span { border-color: rgb(214,32,30); }

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