#D1220C

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

Shades of Harley Davidson Orange #D1220C

Tints of Harley Davidson Orange #D1220C

Color information

#D1220C (or 0xD1220C) is unknown color: approx Harley Davidson Orange. HEX triplet: D1, 22 and 0C. RGB value is (209,34,12). Sum of RGB (Red+Green+Blue) = 209+34+12=255 (33% of max value = 765). Red value is 209 (82.03% from 255 or 81.96% from 255); Green value is 34 (13.67% from 255 or 13.33% from 255); Blue value is 12 (5.08% from 255 or 4.71% from 255); Max value from RGB is 209 - color contains mainly: red. Hex color #D1220C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D1220C is #2EDDF3. Grayscale: #545454. Windows color (decimal): -3071476 or 795345. OLE color: 795345.

HSL color Cylindrical-coordinate representation of color #D1220C: hue angle of 6.7º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D1220C is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB2093412-
CMYK00.840.940.18
HSL6.7º89.14%43.33%-
HSV(B)6.7º94.26%81.96%-
XYZ26.9314.731.77-
YUV83.8287.48217.29-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 81.96%
GREEN value IS 34 (13.67% from 255) = 13.33%
BLUE value IS 12 (5.08% from 255) = 4.71%
R=81.96%
G=13.33%
B=4.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.94
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209341200.840.940.186.789.1443.33
HexD122C0545E127592b
Octal3214214012413622713153
Binary110100011000101100010101001011110100101111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1220C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1220C; }

 p { color: rgb(209,34,12); }

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

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

 a { background-color: rgb(209,34,12); }

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

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

 span { border-color: rgb(209,34,12); }

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