#DA3C0A

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

Shades of Harley Davidson Orange #DA3C0A

Tints of Harley Davidson Orange #DA3C0A

Color information

#DA3C0A (or 0xDA3C0A) is unknown color: approx Harley Davidson Orange. HEX triplet: DA, 3C and 0A. RGB value is (218,60,10). Sum of RGB (Red+Green+Blue) = 218+60+10=288 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.69% from 288); Green value is 60 (23.83% from 255 or 20.83% from 288); Blue value is 10 (4.30% from 255 or 3.47% from 288); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3C0A is #25C3F5. Grayscale: #656565. Windows color (decimal): -2474998 or 670938. OLE color: 670938.

HSL color Cylindrical-coordinate representation of color #DA3C0A: hue angle of 14.42º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA3C0A is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB2186010-
CMYK00.720.950.15
HSL14.42º91.23%44.71%-
HSV(B)14.42º95.41%85.49%-
XYZ30.5818.162.18-
YUV101.5476.35211.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 75.69%
GREEN value IS 60 (23.83% from 255) = 20.83%
BLUE value IS 10 (4.30% from 255) = 3.47%
R=75.69%
G=20.83%
B=3.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.95
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218601000.720.950.1514.4291.2344.71
HexDA3CA0485FFe5b2d
Octal33274120110137171613355
Binary110110101111001010010010001011111111111101011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA3C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA3C0A; }

 p { color: rgb(218,60,10); }

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

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

 a { background-color: rgb(218,60,10); }

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

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

 span { border-color: rgb(218,60,10); }

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