#DD2E1C

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

Shades of Harley Davidson Orange #DD2E1C

Tints of Harley Davidson Orange #DD2E1C

Color information

#DD2E1C (or 0xDD2E1C) is unknown color: approx Harley Davidson Orange. HEX triplet: DD, 2E and 1C. RGB value is (221,46,28). Sum of RGB (Red+Green+Blue) = 221+46+28=295 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.92% from 295); Green value is 46 (18.36% from 255 or 15.59% from 295); Blue value is 28 (11.33% from 255 or 9.49% from 295); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2E1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2E1C is #22D1E3. Grayscale: #606060. Windows color (decimal): -2281956 or 1847005. OLE color: 1847005.

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

Color convert

RGB2214628-
CMYK00.790.870.13
HSL5.6º77.51%48.82%-
HSV(B)5.6º87.33%86.67%-
XYZ31.0117.412.82-
YUV96.2789.48216.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 74.92%
GREEN value IS 46 (18.36% from 255) = 15.59%
BLUE value IS 28 (11.33% from 255) = 9.49%
R=74.92%
G=15.59%
B=9.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221462800.790.870.135.677.5148.82
HexDD2E1C04F57D64e31
Octal3355634011712715611661
Binary110111011011101110001001111101011111011101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2E1C; }

 p { color: rgb(221,46,28); }

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

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

 a { background-color: rgb(221,46,28); }

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

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

 span { border-color: rgb(221,46,28); }

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