#DD2712

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

Shades of Harley Davidson Orange #DD2712

Tints of Harley Davidson Orange #DD2712

Color information

#DD2712 (or 0xDD2712) is unknown color: approx Harley Davidson Orange. HEX triplet: DD, 27 and 12. RGB value is (221,39,18). Sum of RGB (Red+Green+Blue) = 221+39+18=278 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.50% from 278); Green value is 39 (15.62% from 255 or 14.03% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2712 is #22D8ED. Grayscale: #5B5B5B. Windows color (decimal): -2283758 or 1189853. OLE color: 1189853.

HSL color Cylindrical-coordinate representation of color #DD2712: hue angle of 6.21º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD2712 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB2213918-
CMYK00.820.920.13
HSL6.21º84.94%46.86%-
HSV(B)6.21º91.86%86.67%-
XYZ30.6516.872.21-
YUV91.0286.8220.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 79.50%
GREEN value IS 39 (15.62% from 255) = 14.03%
BLUE value IS 18 (7.42% from 255) = 6.47%
R=79.50%
G=14.03%
B=6.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221391800.820.920.136.2184.9446.86
HexDD27120525CD6552f
Octal3354722012213415612557
Binary110111011001111001001010010101110011011101010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2712; }

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

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

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

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

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

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

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

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