#DD3911

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

Shades of Harley Davidson Orange #DD3911

Tints of Harley Davidson Orange #DD3911

Color information

#DD3911 (or 0xDD3911) is unknown color: approx Harley Davidson Orange. HEX triplet: DD, 39 and 11. RGB value is (221,57,17). Sum of RGB (Red+Green+Blue) = 221+57+17=295 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.92% from 295); Green value is 57 (22.66% from 255 or 19.32% from 295); Blue value is 17 (7.03% from 255 or 5.76% from 295); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3911 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3911 is #22C6EE. Grayscale: #656565. Windows color (decimal): -2279151 or 1128925. OLE color: 1128925.

HSL color Cylindrical-coordinate representation of color #DD3911: hue angle of 11.76º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD3911 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB2215717-
CMYK00.740.920.13
HSL11.76º85.71%46.67%-
HSV(B)11.76º92.31%86.67%-
XYZ31.3818.342.42-
YUV101.4880.33213.25-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 74.92%
GREEN value IS 57 (22.66% from 255) = 19.32%
BLUE value IS 17 (7.03% from 255) = 5.76%
R=74.92%
G=19.32%
B=5.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221571700.740.920.1311.7685.7146.67
HexDD391104A5CDc562f
Octal33571210112134151412657
Binary1101110111100110001010010101011100110111001010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3911; }

 p { color: rgb(221,57,17); }

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

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

 a { background-color: rgb(221,57,17); }

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

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

 span { border-color: rgb(221,57,17); }

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