#DD170C

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

Shades of Harley Davidson Orange #DD170C

Tints of Harley Davidson Orange #DD170C

Color information

#DD170C (or 0xDD170C) is unknown color: approx Harley Davidson Orange. HEX triplet: DD, 17 and 0C. RGB value is (221,23,12). Sum of RGB (Red+Green+Blue) = 221+23+12=256 (33% of max value = 765). Red value is 221 (86.72% from 255 or 86.33% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 221 - color contains mainly: red. Hex color #DD170C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD170C is #22E8F3. Grayscale: #515151. Windows color (decimal): -2287860 or 792541. OLE color: 792541.

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

Color convert

RGB2212312-
CMYK00.900.950.13
HSL3.16º89.7%45.69%-
HSV(B)3.16º94.57%86.67%-
XYZ30.1916.011.85-
YUV80.9589.1227.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 86.33%
GREEN value IS 23 (9.38% from 255) = 8.98%
BLUE value IS 12 (5.08% from 255) = 4.69%
R=86.33%
G=8.98%
B=4.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.95
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221231200.900.950.133.1689.745.69
HexDD17C05A5FD35a2e
Octal3352714013213715313256
Binary110111011011111000101101010111111101111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD170C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD170C; }

 p { color: rgb(221,23,12); }

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

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

 a { background-color: rgb(221,23,12); }

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

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

 span { border-color: rgb(221,23,12); }

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