#DD3700

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

Shades of Harley Davidson Orange #DD3700

Tints of Harley Davidson Orange #DD3700

Color information

#DD3700 (or 0xDD3700) is unknown color: approx Harley Davidson Orange. HEX triplet: DD, 37 and 00. RGB value is (221,55,0). Sum of RGB (Red+Green+Blue) = 221+55+0=276 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.07% from 276); Green value is 55 (21.88% from 255 or 19.93% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3700 is #22C8FF. Grayscale: #626262. Windows color (decimal): -2279680 or 14301. OLE color: 14301.

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

Color convert

RGB221550-
CMYK00.7510.13
HSL14.93º100%43.33%-
HSV(B)14.93º100%86.67%-
XYZ31.1818.11.85-
YUV98.3672.5215.47-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 80.07%
GREEN value IS 55 (21.88% from 255) = 19.93%
BLUE value IS 0 (0.39% from 255) = 0%
R=80.07%
G=19.93%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22155000.7510.1314.9310043.33
HexDD37004B64Df642b
Octal3356700113144151714453
Binary110111011101110010010111100100110111111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3700; }

 p { color: rgb(221,55,0); }

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

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

 a { background-color: rgb(221,55,0); }

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

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

 span { border-color: rgb(221,55,0); }

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