Html Css Color HEX #DA3620 Harley Davidson Orange

📋 copy color: '#DA3620'

red 218 ◦ green 54 ◦ blue 32

#DA3620
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #DA3620

Tints of Harley Davidson Orange #DA3620

RGB

 RED value IS 218 (85.55% from 255) = 71.71%

 GREEN value IS 54 (21.48% from 255) = 17.76%

 BLUE value IS 32 (12.89% from 255) = 10.53%

R = 71.71%
G = 17.76%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DA3620 (or 0xDA3620) is known color: Harley Davidson Orange. HEX triplet: DA, 36 and 20. RGB value is (218,54,32). Sum of RGB (Red+Green+Blue) = 218+54+32=304 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.71% from 304); Green value is 54 (21.48% from 255 or 17.76% from 304); Blue value is 32 (12.89% from 255 or 10.53% from 304); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3620 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3620 is #25C9DF. Grayscale: #646464. Windows color (decimal): -2476512 or 2111194. OLE color: 2111194.

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

Color convert

RGB 218 54 32 -
CMYK 0 0.75 0.85 0.15
HSL 7.1º 0.74% 0.49% -
HSV(B) 7.1º 0.85% 0.85% -
XYZ 30.49 17.65 3.17 -
YUV 100.53 89.33 211.79 -
System Red Green Blue C M Y K H S L
Decimal 218 54 32 0 0.75 0.85 0.15 7.1 0.74 0.49
Hex DA 36 20 0 4B 55 F 7 4A 31
Octal 332 66 40 0 113 125 17 7 112 61
Binary 11011010 110110 100000 0 1001011 1010101 1111 111 1001010 110001

Color Harmonies of #DA3620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3620

Black with #DA3620

Text Example


Text Example

White with #DA3620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3620; }

 p { color: rgb(218,54,32); }

 H1.HeaderClassName
 {
   color: #DA3620;
 }
 .AnyTagClassName
 {
   color: #DA3620;
 }
</style>

background-color css

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

 a { background-color: rgb(218,54,32); }

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

border-color css

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

 span { border-color: rgb(218,54,32); }

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