#DC2919

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

Shades of Harley Davidson Orange #DC2919

Tints of Harley Davidson Orange #DC2919

Color information

#DC2919 (or 0xDC2919) is unknown color: approx Harley Davidson Orange. HEX triplet: DC, 29 and 19. RGB value is (220,41,25). Sum of RGB (Red+Green+Blue) = 220+41+25=286 (37% of max value = 765). Red value is 220 (86.33% from 255 or 76.92% from 286); Green value is 41 (16.41% from 255 or 14.34% from 286); Blue value is 25 (10.16% from 255 or 8.74% from 286); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2919 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2919 is #23D6E6. Grayscale: #5C5C5C. Windows color (decimal): -2348775 or 1649116. OLE color: 1649116.

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

Color convert

RGB2204125-
CMYK00.810.890.14
HSL4.92º79.59%48.04%-
HSV(B)4.92º88.64%86.27%-
XYZ30.4816.872.57-
YUV92.789.8218.8-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 76.92%
GREEN value IS 41 (16.41% from 255) = 14.34%
BLUE value IS 25 (10.16% from 255) = 8.74%
R=76.92%
G=14.34%
B=8.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.89
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220412500.810.890.144.9279.5948.04
HexDC291905159E55030
Octal3345131012113116512060
Binary110111001010011100101010001101100111101011010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC2919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC2919; }

 p { color: rgb(220,41,25); }

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

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

 a { background-color: rgb(220,41,25); }

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

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

 span { border-color: rgb(220,41,25); }

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