#DD221B

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

Shades of Harley Davidson Orange #DD221B

Tints of Harley Davidson Orange #DD221B

Color information

#DD221B (or 0xDD221B) is unknown color: approx Harley Davidson Orange. HEX triplet: DD, 22 and 1B. RGB value is (221,34,27). Sum of RGB (Red+Green+Blue) = 221+34+27=282 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.37% from 282); Green value is 34 (13.67% from 255 or 12.06% from 282); Blue value is 27 (10.94% from 255 or 9.57% from 282); Max value from RGB is 221 - color contains mainly: red. Hex color #DD221B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD221B is #22DDE4. Grayscale: #595959. Windows color (decimal): -2285029 or 1778397. OLE color: 1778397.

HSL color Cylindrical-coordinate representation of color #DD221B: hue angle of 2.16º 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 #DD221B is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB2213427-
CMYK00.850.880.13
HSL2.16º78.23%48.63%-
HSV(B)2.16º87.78%86.67%-
XYZ30.5916.62.63-
YUV89.1292.95222.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 78.37%
GREEN value IS 34 (13.67% from 255) = 12.06%
BLUE value IS 27 (10.94% from 255) = 9.57%
R=78.37%
G=12.06%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.88
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221342700.850.880.132.1678.2348.63
HexDD221B05558D24e31
Octal3354233012513015211661
Binary11011101100010110110101010110110001101101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD221B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD221B; }

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

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

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

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

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

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

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

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