#DA381C

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

Shades of Harley Davidson Orange #DA381C

Tints of Harley Davidson Orange #DA381C

Color information

#DA381C (or 0xDA381C) is unknown color: approx Harley Davidson Orange. HEX triplet: DA, 38 and 1C. RGB value is (218,56,28). Sum of RGB (Red+Green+Blue) = 218+56+28=302 (40% of max value = 765). Red value is 218 (85.55% from 255 or 72.19% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 28 (11.33% from 255 or 9.27% from 302); Max value from RGB is 218 - color contains mainly: red. Hex color #DA381C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA381C is #25C7E3. Grayscale: #656565. Windows color (decimal): -2476004 or 1849562. OLE color: 1849562.

HSL color Cylindrical-coordinate representation of color #DA381C: hue angle of 8.84º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA381C is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB2185628-
CMYK00.740.870.15
HSL8.84º77.24%48.24%-
HSV(B)8.84º87.16%85.49%-
XYZ30.5417.822.93-
YUV101.2586.67211.28-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 72.19%
GREEN value IS 56 (22.27% from 255) = 18.54%
BLUE value IS 28 (11.33% from 255) = 9.27%
R=72.19%
G=18.54%
B=9.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.87
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218562800.740.870.158.8477.2448.24
HexDA381C04A57F94d30
Octal33270340112127171111560
Binary1101101011100011100010010101010111111110011001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA381C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA381C; }

 p { color: rgb(218,56,28); }

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

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

 a { background-color: rgb(218,56,28); }

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

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

 span { border-color: rgb(218,56,28); }

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