#DD4212

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

Shades of Harley Davidson Orange #DD4212

Tints of Harley Davidson Orange #DD4212

Color information

#DD4212 (or 0xDD4212) is unknown color: approx Harley Davidson Orange. HEX triplet: DD, 42 and 12. RGB value is (221,66,18). Sum of RGB (Red+Green+Blue) = 221+66+18=305 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.46% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 18 (7.42% from 255 or 5.90% from 305); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4212 is #22BDED. Grayscale: #6B6B6B. Windows color (decimal): -2276846 or 1196765. OLE color: 1196765.

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

Color convert

RGB2216618-
CMYK00.700.920.13
HSL14.19º84.94%46.86%-
HSV(B)14.19º91.86%86.67%-
XYZ31.8819.312.62-
YUV106.8777.85209.4-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 72.46%
GREEN value IS 66 (26.17% from 255) = 21.64%
BLUE value IS 18 (7.42% from 255) = 5.90%
R=72.46%
G=21.64%
B=5.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221661800.700.920.1314.1984.9446.86
HexDD42120465CDe552f
Octal335102220106134151612557
Binary11011101100001010010010001101011100110111101010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4212; }

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

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

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

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

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

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

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

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