#DD260B

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

Shades of Harley Davidson Orange #DD260B

Tints of Harley Davidson Orange #DD260B

Color information

#DD260B (or 0xDD260B) is unknown color: approx Harley Davidson Orange. HEX triplet: DD, 26 and 0B. RGB value is (221,38,11). Sum of RGB (Red+Green+Blue) = 221+38+11=270 (35% of max value = 765). Red value is 221 (86.72% from 255 or 81.85% from 270); Green value is 38 (15.23% from 255 or 14.07% from 270); Blue value is 11 (4.69% from 255 or 4.07% from 270); Max value from RGB is 221 - color contains mainly: red. Hex color #DD260B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD260B is #22D9F4. Grayscale: #595959. Windows color (decimal): -2284021 or 730845. OLE color: 730845.

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

Color convert

RGB2213811-
CMYK00.830.950.13
HSL7.71º90.52%45.49%-
HSV(B)7.71º95.02%86.67%-
XYZ30.5716.781.94-
YUV89.6483.63221.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 81.85%
GREEN value IS 38 (15.23% from 255) = 14.07%
BLUE value IS 11 (4.69% from 255) = 4.07%
R=81.85%
G=14.07%
B=4.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.95
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221381100.830.950.137.7190.5245.49
HexDD26B0535FD85b2d
Octal33546130123137151013355
Binary110111011001101011010100111011111110110001011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD260B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD260B; }

 p { color: rgb(221,38,11); }

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

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

 a { background-color: rgb(221,38,11); }

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

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

 span { border-color: rgb(221,38,11); }

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