#DC2A19

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

Shades of Harley Davidson Orange #DC2A19

Tints of Harley Davidson Orange #DC2A19

Color information

#DC2A19 (or 0xDC2A19) is unknown color: approx Harley Davidson Orange. HEX triplet: DC, 2A and 19. RGB value is (220,42,25). Sum of RGB (Red+Green+Blue) = 220+42+25=287 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.66% from 287); Green value is 42 (16.80% from 255 or 14.63% from 287); Blue value is 25 (10.16% from 255 or 8.71% from 287); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2A19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2A19 is #23D5E6. Grayscale: #5D5D5D. Windows color (decimal): -2348519 or 1649372. OLE color: 1649372.

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

Color convert

RGB2204225-
CMYK00.810.890.14
HSL5.23º79.59%48.04%-
HSV(B)5.23º88.64%86.27%-
XYZ30.5216.942.58-
YUV93.2889.47218.38-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 76.66%
GREEN value IS 42 (16.80% from 255) = 14.63%
BLUE value IS 25 (10.16% from 255) = 8.71%
R=76.66%
G=14.63%
B=8.71%

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
Decimal220422500.810.890.145.2379.5948.04
HexDC2A1905159E55030
Octal3345231012113116512060
Binary110111001010101100101010001101100111101011010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC2A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC2A19; }

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

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

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

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

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

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

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

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