#dd3900

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

Shades of Harley Davidson Orange #DD3900

Tints of Harley Davidson Orange #DD3900

Color information

#DD3900 (or 0xDD3900) is unknown color: approx Harley Davidson Orange. HEX triplet: DD, 39 and 00. RGB value is (221,57,0). Sum of RGB (Red+Green+Blue) = 221+57+0=278 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.50% from 278); Green value is 57 (22.66% from 255 or 20.50% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3900 is #22C6FF. Grayscale: #636363. Windows color (decimal): -2279168 or 14813. OLE color: 14813.

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

Color convert

RGB221570-
CMYK00.7410.13
HSL15.48º100%43.33%-
HSV(B)15.48º100%86.67%-
XYZ31.2818.31.88-
YUV99.5471.83214.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 79.50%
GREEN value IS 57 (22.66% from 255) = 20.50%
BLUE value IS 0 (0.39% from 255) = 0%
R=79.50%
G=20.50%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22157000.7410.1315.4810043.33
HexDD39004A64Df642b
Octal3357100112144151714453
Binary110111011110010010010101100100110111111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd3900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd3900; }

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

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

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

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

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

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

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

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