#DD3E09

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

Shades of Harley Davidson Orange #DD3E09

Tints of Harley Davidson Orange #DD3E09

Color information

#DD3E09 (or 0xDD3E09) is unknown color: approx Harley Davidson Orange. HEX triplet: DD, 3E and 09. RGB value is (221,62,9). Sum of RGB (Red+Green+Blue) = 221+62+9=292 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.68% from 292); Green value is 62 (24.61% from 255 or 21.23% from 292); Blue value is 9 (3.91% from 255 or 3.08% from 292); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3E09 is #22C1F6. Grayscale: #676767. Windows color (decimal): -2277879 or 605917. OLE color: 605917.

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

Color convert

RGB221629-
CMYK00.720.960.13
HSL15º92.17%45.1%-
HSV(B)15º95.93%86.67%-
XYZ31.5918.842.23-
YUV103.574.68211.81-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 75.68%
GREEN value IS 62 (24.61% from 255) = 21.23%
BLUE value IS 9 (3.91% from 255) = 3.08%
R=75.68%
G=21.23%
B=3.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.96
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22162900.720.960.131592.1745.1
HexDD3E904860Df5c2d
Octal33576110110140151713455
Binary110111011111101001010010001100000110111111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3E09; }

 p { color: rgb(221,62,9); }

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

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

 a { background-color: rgb(221,62,9); }

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

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

 span { border-color: rgb(221,62,9); }

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