#DA3118

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

Shades of Harley Davidson Orange #DA3118

Tints of Harley Davidson Orange #DA3118

Color information

#DA3118 (or 0xDA3118) is unknown color: approx Harley Davidson Orange. HEX triplet: DA, 31 and 18. RGB value is (218,49,24). Sum of RGB (Red+Green+Blue) = 218+49+24=291 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.91% from 291); Green value is 49 (19.53% from 255 or 16.84% from 291); Blue value is 24 (9.77% from 255 or 8.25% from 291); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3118 is #25CEE7. Grayscale: #606060. Windows color (decimal): -2477800 or 1585626. OLE color: 1585626.

HSL color Cylindrical-coordinate representation of color #DA3118: hue angle of 7.73º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA3118 is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB2184924-
CMYK00.780.890.15
HSL7.73º80.17%47.45%-
HSV(B)7.73º88.99%85.49%-
XYZ30.1817.172.59-
YUV96.6886.99214.53-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 74.91%
GREEN value IS 49 (19.53% from 255) = 16.84%
BLUE value IS 24 (9.77% from 255) = 8.25%
R=74.91%
G=16.84%
B=8.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.89
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218492400.780.890.157.7380.1747.45
HexDA311804E59F8502f
Octal33261300116131171012057
Binary1101101011000111000010011101011001111110001010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA3118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA3118; }

 p { color: rgb(218,49,24); }

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

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

 a { background-color: rgb(218,49,24); }

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

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

 span { border-color: rgb(218,49,24); }

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