#DA341A

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

Shades of Harley Davidson Orange #DA341A

Tints of Harley Davidson Orange #DA341A

Color information

#DA341A (or 0xDA341A) is unknown color: approx Harley Davidson Orange. HEX triplet: DA, 34 and 1A. RGB value is (218,52,26). Sum of RGB (Red+Green+Blue) = 218+52+26=296 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.65% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 26 (10.55% from 255 or 8.78% from 296); Max value from RGB is 218 - color contains mainly: red. Hex color #DA341A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA341A is #25CBE5. Grayscale: #626262. Windows color (decimal): -2477030 or 1717466. OLE color: 1717466.

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

Color convert

RGB2185226-
CMYK00.760.880.15
HSL8.12º78.69%47.84%-
HSV(B)8.12º88.07%85.49%-
XYZ30.3317.442.74-
YUV98.6787213.11-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 73.65%
GREEN value IS 52 (20.70% from 255) = 17.57%
BLUE value IS 26 (10.55% from 255) = 8.78%
R=73.65%
G=17.57%
B=8.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.88
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218522600.760.880.158.1278.6947.84
HexDA341A04C58F84f30
Octal33264320114130171011760
Binary1101101011010011010010011001011000111110001001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA341A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA341A; }

 p { color: rgb(218,52,26); }

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

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

 a { background-color: rgb(218,52,26); }

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

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

 span { border-color: rgb(218,52,26); }

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