#DA2C15

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

Shades of Harley Davidson Orange #DA2C15

Tints of Harley Davidson Orange #DA2C15

Color information

#DA2C15 (or 0xDA2C15) is unknown color: approx Harley Davidson Orange. HEX triplet: DA, 2C and 15. RGB value is (218,44,21). Sum of RGB (Red+Green+Blue) = 218+44+21=283 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.03% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 21 (8.59% from 255 or 7.42% from 283); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2C15 is #25D3EA. Grayscale: #5D5D5D. Windows color (decimal): -2479083 or 1387738. OLE color: 1387738.

HSL color Cylindrical-coordinate representation of color #DA2C15: hue angle of 7.01º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA2C15 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB2184421-
CMYK00.800.900.15
HSL7.01º82.43%46.86%-
HSV(B)7.01º90.37%85.49%-
XYZ29.9516.762.37-
YUV93.487.15216.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 77.03%
GREEN value IS 44 (17.58% from 255) = 15.55%
BLUE value IS 21 (8.59% from 255) = 7.42%
R=77.03%
G=15.55%
B=7.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.90
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218442100.800.900.157.0182.4346.86
HexDA2C150505AF7522f
Octal3325425012013217712257
Binary110110101011001010101010000101101011111111010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA2C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA2C15; }

 p { color: rgb(218,44,21); }

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

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

 a { background-color: rgb(218,44,21); }

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

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

 span { border-color: rgb(218,44,21); }

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