#DD3300

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

Shades of Harley Davidson Orange #DD3300

Tints of Harley Davidson Orange #DD3300

Color information

#DD3300 (or 0xDD3300) is unknown color: approx Harley Davidson Orange. HEX triplet: DD, 33 and 00. RGB value is (221,51,0). Sum of RGB (Red+Green+Blue) = 221+51+0=272 (36% of max value = 765). Red value is 221 (86.72% from 255 or 81.25% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3300 is #22CCFF. Grayscale: #606060. Windows color (decimal): -2280704 or 13277. OLE color: 13277.

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

Color convert

RGB221510-
CMYK00.7710.13
HSL13.85º100%43.33%-
HSV(B)13.85º100%86.67%-
XYZ3117.741.79-
YUV96.0273.82217.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 81.25%
GREEN value IS 51 (20.31% from 255) = 18.75%
BLUE value IS 0 (0.39% from 255) = 0%
R=81.25%
G=18.75%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22151000.7710.1313.8510043.33
HexDD33004D64De642b
Octal3356300115144151614453
Binary110111011100110010011011100100110111101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3300; }

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

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

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

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

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

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

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

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