#DD261E

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

Shades of Harley Davidson Orange #DD261E

Tints of Harley Davidson Orange #DD261E

Color information

#DD261E (or 0xDD261E) is unknown color: approx Harley Davidson Orange. HEX triplet: DD, 26 and 1E. RGB value is (221,38,30). Sum of RGB (Red+Green+Blue) = 221+38+30=289 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.47% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 30 (12.11% from 255 or 10.38% from 289); Max value from RGB is 221 - color contains mainly: red. Hex color #DD261E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD261E is #22D9E1. Grayscale: #5C5C5C. Windows color (decimal): -2284002 or 1976029. OLE color: 1976029.

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

Color convert

RGB2213830-
CMYK00.830.860.13
HSL2.51º76.1%49.22%-
HSV(B)2.51º86.43%86.67%-
XYZ30.7516.852.86-
YUV91.893.13220.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 76.47%
GREEN value IS 38 (15.23% from 255) = 13.15%
BLUE value IS 30 (12.11% from 255) = 10.38%
R=76.47%
G=13.15%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221383000.830.860.132.5176.149.22
HexDD261E05356D34c31
Octal3354636012312615311461
Binary11011101100110111100101001110101101101111001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD261E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD261E; }

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

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

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

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

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

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

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

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