#dd2c0f

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

Shades of Harley Davidson Orange #DD2C0F

Tints of Harley Davidson Orange #DD2C0F

Color information

#DD2C0F (or 0xDD2C0F) is unknown color: approx Harley Davidson Orange. HEX triplet: DD, 2C and 0F. RGB value is (221,44,15). Sum of RGB (Red+Green+Blue) = 221+44+15=280 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.93% from 280); Green value is 44 (17.58% from 255 or 15.71% from 280); Blue value is 15 (6.25% from 255 or 5.36% from 280); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2C0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2C0F is #22D3F0. Grayscale: #5D5D5D. Windows color (decimal): -2282481 or 994525. OLE color: 994525.

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

Color convert

RGB2214415-
CMYK00.800.930.13
HSL8.45º87.29%46.27%-
HSV(B)8.45º93.21%86.67%-
XYZ30.8117.212.15-
YUV93.6283.64218.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 78.93%
GREEN value IS 44 (17.58% from 255) = 15.71%
BLUE value IS 15 (6.25% from 255) = 5.36%
R=78.93%
G=15.71%
B=5.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221441500.800.930.138.4587.2946.27
HexDD2CF0505DD8572e
Octal33554170120135151012756
Binary110111011011001111010100001011101110110001010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd2c0f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd2c0f; }

 p { color: rgb(221,44,15); }

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

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

 a { background-color: rgb(221,44,15); }

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

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

 span { border-color: rgb(221,44,15); }

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