#DD3710

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

Shades of Harley Davidson Orange #DD3710

Tints of Harley Davidson Orange #DD3710

Color information

#DD3710 (or 0xDD3710) is unknown color: approx Harley Davidson Orange. HEX triplet: DD, 37 and 10. RGB value is (221,55,16). Sum of RGB (Red+Green+Blue) = 221+55+16=292 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.68% from 292); Green value is 55 (21.88% from 255 or 18.84% from 292); Blue value is 16 (6.64% from 255 or 5.48% from 292); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3710 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3710 is #22C8EF. Grayscale: #646464. Windows color (decimal): -2279664 or 1062877. OLE color: 1062877.

HSL color Cylindrical-coordinate representation of color #DD3710: hue angle of 11.41º degrees, saturation: 0.86, 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 #DD3710 is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB2215516-
CMYK00.750.930.13
HSL11.41º86.5%46.47%-
HSV(B)11.41º92.76%86.67%-
XYZ31.2818.142.34-
YUV100.1980.5214.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 75.68%
GREEN value IS 55 (21.88% from 255) = 18.84%
BLUE value IS 16 (6.64% from 255) = 5.48%
R=75.68%
G=18.84%
B=5.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221551600.750.930.1311.4186.546.47
HexDD371004B5DDb562e
Octal33567200113135151312656
Binary1101110111011110000010010111011101110110111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3710; }

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

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

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

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

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

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

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

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