#DD311B

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

Shades of Harley Davidson Orange #DD311B

Tints of Harley Davidson Orange #DD311B

Color information

#DD311B (or 0xDD311B) is unknown color: approx Harley Davidson Orange. HEX triplet: DD, 31 and 1B. RGB value is (221,49,27). Sum of RGB (Red+Green+Blue) = 221+49+27=297 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.41% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 27 (10.94% from 255 or 9.09% from 297); Max value from RGB is 221 - color contains mainly: red. Hex color #DD311B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD311B is #22CEE4. Grayscale: #626262. Windows color (decimal): -2281189 or 1782237. OLE color: 1782237.

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

Color convert

RGB2214927-
CMYK00.780.880.13
HSL6.8º78.23%48.63%-
HSV(B)6.8º87.78%86.67%-
XYZ31.1117.652.8-
YUV97.9287.98215.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 74.41%
GREEN value IS 49 (19.53% from 255) = 16.50%
BLUE value IS 27 (10.94% from 255) = 9.09%
R=74.41%
G=16.50%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.88
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221492700.780.880.136.878.2348.63
HexDD311B04E58D74e31
Octal3356133011613015711661
Binary110111011100011101101001110101100011011111001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD311B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD311B; }

 p { color: rgb(221,49,27); }

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

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

 a { background-color: rgb(221,49,27); }

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

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

 span { border-color: rgb(221,49,27); }

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