#DC2E1D

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

Shades of Harley Davidson Orange #DC2E1D

Tints of Harley Davidson Orange #DC2E1D

Color information

#DC2E1D (or 0xDC2E1D) is unknown color: approx Harley Davidson Orange. HEX triplet: DC, 2E and 1D. RGB value is (220,46,29). Sum of RGB (Red+Green+Blue) = 220+46+29=295 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.58% from 295); Green value is 46 (18.36% from 255 or 15.59% from 295); Blue value is 29 (11.72% from 255 or 9.83% from 295); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2E1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2E1D is #23D1E2. Grayscale: #606060. Windows color (decimal): -2347491 or 1912540. OLE color: 1912540.

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

Color convert

RGB2204629-
CMYK00.790.870.14
HSL5.34º76.71%48.82%-
HSV(B)5.34º86.82%86.27%-
XYZ30.7117.262.87-
YUV96.0990.15216.38-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 74.58%
GREEN value IS 46 (18.36% from 255) = 15.59%
BLUE value IS 29 (11.72% from 255) = 9.83%
R=74.58%
G=15.59%
B=9.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.87
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220462900.790.870.145.3476.7148.82
HexDC2E1D04F57E54d31
Octal3345635011712716511561
Binary110111001011101110101001111101011111101011001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC2E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC2E1D; }

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

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

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

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

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

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

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

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