#DC2819

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

Shades of Harley Davidson Orange #DC2819

Tints of Harley Davidson Orange #DC2819

Color information

#DC2819 (or 0xDC2819) is unknown color: approx Harley Davidson Orange. HEX triplet: DC, 28 and 19. RGB value is (220,40,25). Sum of RGB (Red+Green+Blue) = 220+40+25=285 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.19% from 285); Green value is 40 (16.02% from 255 or 14.04% from 285); Blue value is 25 (10.16% from 255 or 8.77% from 285); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2819 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2819 is #23D7E6. Grayscale: #5C5C5C. Windows color (decimal): -2349031 or 1648860. OLE color: 1648860.

HSL color Cylindrical-coordinate representation of color #DC2819: hue angle of 4.62º 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 #DC2819 is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB2204025-
CMYK00.820.890.14
HSL4.62º79.59%48.04%-
HSV(B)4.62º88.64%86.27%-
XYZ30.4516.82.56-
YUV92.1190.13219.22-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 77.19%
GREEN value IS 40 (16.02% from 255) = 14.04%
BLUE value IS 25 (10.16% from 255) = 8.77%
R=77.19%
G=14.04%
B=8.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.89
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220402500.820.890.144.6279.5948.04
HexDC281905259E55030
Octal3345031012213116512060
Binary110111001010001100101010010101100111101011010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC2819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC2819; }

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

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

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

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

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

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

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

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