#d9201b

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

Shades of Harley Davidson Orange #D9201B

Tints of Harley Davidson Orange #D9201B

Color information

#D9201B (or 0xD9201B) is unknown color: approx Harley Davidson Orange. HEX triplet: D9, 20 and 1B. RGB value is (217,32,27). Sum of RGB (Red+Green+Blue) = 217+32+27=276 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.62% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 27 (10.94% from 255 or 9.78% from 276); Max value from RGB is 217 - color contains mainly: red. Hex color #D9201B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9201B is #26DFE4. Grayscale: #565656. Windows color (decimal): -2547685 or 1777881. OLE color: 1777881.

HSL color Cylindrical-coordinate representation of color #D9201B: hue angle of 1.58º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D9201B is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB2173227-
CMYK00.850.880.15
HSL1.58º77.87%47.84%-
HSV(B)1.58º87.56%85.1%-
XYZ29.3315.862.55-
YUV86.7494.29220.91-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 78.62%
GREEN value IS 32 (12.89% from 255) = 11.59%
BLUE value IS 27 (10.94% from 255) = 9.78%
R=78.62%
G=11.59%
B=9.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.88
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217322700.850.880.151.5877.8747.84
HexD9201B05558F24e30
Octal3314033012513017211660
Binary11011001100000110110101010110110001111101001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d9201b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d9201b; }

 p { color: rgb(217,32,27); }

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

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

 a { background-color: rgb(217,32,27); }

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

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

 span { border-color: rgb(217,32,27); }

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