#DD3B10

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

Shades of Harley Davidson Orange #DD3B10

Tints of Harley Davidson Orange #DD3B10

Color information

#DD3B10 (or 0xDD3B10) is unknown color: approx Harley Davidson Orange. HEX triplet: DD, 3B and 10. RGB value is (221,59,16). Sum of RGB (Red+Green+Blue) = 221+59+16=296 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.66% from 296); Green value is 59 (23.44% from 255 or 19.93% from 296); Blue value is 16 (6.64% from 255 or 5.41% from 296); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3B10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3B10 is #22C4EF. Grayscale: #666666. Windows color (decimal): -2278640 or 1063901. OLE color: 1063901.

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

Color convert

RGB2215916-
CMYK00.730.930.13
HSL12.59º86.5%46.47%-
HSV(B)12.59º92.76%86.67%-
XYZ31.4818.542.41-
YUV102.5479.17212.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 74.66%
GREEN value IS 59 (23.44% from 255) = 19.93%
BLUE value IS 16 (6.64% from 255) = 5.41%
R=74.66%
G=19.93%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221591600.730.930.1312.5986.546.47
HexDD3B100495DDd562e
Octal33573200111135151512656
Binary1101110111101110000010010011011101110111011010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3B10; }

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

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

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

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

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

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

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

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