#DD2304

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

Shades of Harley Davidson Orange #DD2304

Tints of Harley Davidson Orange #DD2304

Color information

#DD2304 (or 0xDD2304) is unknown color: approx Harley Davidson Orange. HEX triplet: DD, 23 and 04. RGB value is (221,35,4). Sum of RGB (Red+Green+Blue) = 221+35+4=260 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85% from 260); Green value is 35 (14.06% from 255 or 13.46% from 260); Blue value is 4 (1.95% from 255 or 1.54% from 260); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2304 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2304 is #22DCFB. Grayscale: #575757. Windows color (decimal): -2284796 or 271325. OLE color: 271325.

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

Color convert

RGB221354-
CMYK00.840.980.13
HSL8.57º96.44%44.12%-
HSV(B)8.57º98.19%86.67%-
XYZ30.4416.581.71-
YUV87.0881.12223.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 85%
GREEN value IS 35 (14.06% from 255) = 13.46%
BLUE value IS 4 (1.95% from 255) = 1.54%
R=85%
G=13.46%
B=1.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.98
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22135400.840.980.138.5796.4444.12
HexDD23405462D9602c
Octal3354340124142151114054
Binary11011101100011100010101001100010110110011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2304; }

 p { color: rgb(221,35,4); }

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

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

 a { background-color: rgb(221,35,4); }

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

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

 span { border-color: rgb(221,35,4); }

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