#DC1D1A

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

Shades of Harley Davidson Orange #DC1D1A

Tints of Harley Davidson Orange #DC1D1A

Color information

#DC1D1A (or 0xDC1D1A) is unknown color: approx Harley Davidson Orange. HEX triplet: DC, 1D and 1A. RGB value is (220,29,26). Sum of RGB (Red+Green+Blue) = 220+29+26=275 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80% from 275); Green value is 29 (11.72% from 255 or 10.55% from 275); Blue value is 26 (10.55% from 255 or 9.45% from 275); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1D1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC1D1A is #23E2E5. Grayscale: #555555. Windows color (decimal): -2351846 or 1711580. OLE color: 1711580.

HSL color Cylindrical-coordinate representation of color #DC1D1A: hue angle of 0.93º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC1D1A is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB2202926-
CMYK00.870.880.14
HSL0.93º78.86%48.24%-
HSV(B)0.93º88.18%86.27%-
XYZ30.1416.172.51-
YUV85.7794.28223.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 80%
GREEN value IS 29 (11.72% from 255) = 10.55%
BLUE value IS 26 (10.55% from 255) = 9.45%
R=80%
G=10.55%
B=9.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.88
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220292600.870.880.140.9378.8648.24
HexDC1D1A05758E14f30
Octal3343532012713016111760
Binary110111001110111010010101111011000111011001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC1D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC1D1A; }

 p { color: rgb(220,29,26); }

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

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

 a { background-color: rgb(220,29,26); }

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

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

 span { border-color: rgb(220,29,26); }

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