Html Css Color HEX #DA3B20 Harley Davidson Orange

📋 copy color: '#DA3B20'

red 218 ◦ green 59 ◦ blue 32

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

Shades of Harley Davidson Orange #DA3B20

Tints of Harley Davidson Orange #DA3B20

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.09%

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

R = 70.55%
G = 19.09%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DA3B20 (or 0xDA3B20) is known color: Harley Davidson Orange. HEX triplet: DA, 3B and 20. RGB value is (218,59,32). Sum of RGB (Red+Green+Blue) = 218+59+32=309 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.55% from 309); Green value is 59 (23.44% from 255 or 19.09% from 309); Blue value is 32 (12.89% from 255 or 10.36% from 309); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3B20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3B20 is #25C4DF. Grayscale: #676767. Windows color (decimal): -2475232 or 2112474. OLE color: 2112474.

HSL color Cylindrical-coordinate representation of color #DA3B20: hue angle of 8.71º 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 #DA3B20 is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 59 32 -
CMYK 0 0.73 0.85 0.15
HSL 8.71º 0.74% 0.49% -
HSV(B) 8.71º 0.85% 0.85% -
XYZ 30.74 18.14 3.25 -
YUV 103.46 87.68 209.7 -
System Red Green Blue C M Y K H S L
Decimal 218 59 32 0 0.73 0.85 0.15 8.71 0.74 0.49
Hex DA 3B 20 0 49 55 F 9 4A 31
Octal 332 73 40 0 111 125 17 11 112 61
Binary 11011010 111011 100000 0 1001001 1010101 1111 1001 1001010 110001

Color Harmonies of #DA3B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3B20

Black with #DA3B20

Text Example


Text Example

White with #DA3B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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