#DD271E

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

Shades of Harley Davidson Orange #DD271E

Tints of Harley Davidson Orange #DD271E

Color information

#DD271E (or 0xDD271E) is unknown color: approx Harley Davidson Orange. HEX triplet: DD, 27 and 1E. RGB value is (221,39,30). Sum of RGB (Red+Green+Blue) = 221+39+30=290 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.21% from 290); Green value is 39 (15.62% from 255 or 13.45% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 221 - color contains mainly: red. Hex color #DD271E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD271E is #22D8E1. Grayscale: #5C5C5C. Windows color (decimal): -2283746 or 1976285. OLE color: 1976285.

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

Color convert

RGB2213930-
CMYK00.820.860.13
HSL2.83º76.1%49.22%-
HSV(B)2.83º86.43%86.67%-
XYZ30.7816.922.87-
YUV92.3992.8219.73-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 76.21%
GREEN value IS 39 (15.62% from 255) = 13.45%
BLUE value IS 30 (12.11% from 255) = 10.34%
R=76.21%
G=13.45%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221393000.820.860.132.8376.149.22
HexDD271E05256D34c31
Octal3354736012212615311461
Binary11011101100111111100101001010101101101111001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD271E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD271E; }

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

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

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

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

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

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

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

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