Html Css Color HEX #DA3720 Harley Davidson Orange

📋 copy color: '#DA3720'

red 218 ◦ green 55 ◦ blue 32

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

Shades of Harley Davidson Orange #DA3720

Tints of Harley Davidson Orange #DA3720

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.03%

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

R = 71.48%
G = 18.03%
B = 10.49%

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

#DA3720 (or 0xDA3720) is known color: Harley Davidson Orange. HEX triplet: DA, 37 and 20. RGB value is (218,55,32). Sum of RGB (Red+Green+Blue) = 218+55+32=305 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.48% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 32 (12.89% from 255 or 10.49% from 305); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3720 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3720 is #25C8DF. Grayscale: #656565. Windows color (decimal): -2476256 or 2111450. OLE color: 2111450.

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

Color convert

RGB 218 55 32 -
CMYK 0 0.75 0.85 0.15
HSL 7.42º 0.74% 0.49% -
HSV(B) 7.42º 0.85% 0.85% -
XYZ 30.54 17.74 3.18 -
YUV 101.12 89 211.37 -
System Red Green Blue C M Y K H S L
Decimal 218 55 32 0 0.75 0.85 0.15 7.42 0.74 0.49
Hex DA 37 20 0 4B 55 F 7 4A 31
Octal 332 67 40 0 113 125 17 7 112 61
Binary 11011010 110111 100000 0 1001011 1010101 1111 111 1001010 110001

Color Harmonies of #DA3720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3720

Black with #DA3720

Text Example


Text Example

White with #DA3720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3720; }

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

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

background-color css

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

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

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

border-color css

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

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

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