#dd3000

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

Shades of Harley Davidson Orange #DD3000

Tints of Harley Davidson Orange #DD3000

Color information

#DD3000 (or 0xDD3000) is unknown color: approx Harley Davidson Orange. HEX triplet: DD, 30 and 00. RGB value is (221,48,0). Sum of RGB (Red+Green+Blue) = 221+48+0=269 (35% of max value = 765). Red value is 221 (86.72% from 255 or 82.16% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3000 is #22CFFF. Grayscale: #5E5E5E. Windows color (decimal): -2281472 or 12509. OLE color: 12509.

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

Color convert

RGB221480-
CMYK00.7810.13
HSL13.03º100%43.33%-
HSV(B)13.03º100%86.67%-
XYZ30.8817.491.75-
YUV94.2674.81218.4-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 82.16%
GREEN value IS 48 (19.14% from 255) = 17.84%
BLUE value IS 0 (0.39% from 255) = 0%
R=82.16%
G=17.84%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22148000.7810.1313.0310043.33
HexDD30004E64Dd642b
Octal3356000116144151514453
Binary110111011100000010011101100100110111011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd3000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd3000; }

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

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

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

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

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

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

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

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