Html Css Color HEX #DB3620 Harley Davidson Orange

📋 copy color: '#DB3620'

red 219 ◦ green 54 ◦ blue 32

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

Shades of Harley Davidson Orange #DB3620

Tints of Harley Davidson Orange #DB3620

RGB

 RED value IS 219 (85.94% from 255) = 71.8%

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

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

R = 71.8%
G = 17.7%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DB3620 (or 0xDB3620) is known color: Harley Davidson Orange. HEX triplet: DB, 36 and 20. RGB value is (219,54,32). Sum of RGB (Red+Green+Blue) = 219+54+32=305 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.80% from 305); Green value is 54 (21.48% from 255 or 17.70% from 305); Blue value is 32 (12.89% from 255 or 10.49% from 305); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3620 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3620 is #24C9DF. Grayscale: #656565. Windows color (decimal): -2410976 or 2111195. OLE color: 2111195.

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

Color convert

RGB 219 54 32 -
CMYK 0 0.75 0.85 0.14
HSL 7.06º 0.75% 0.49% -
HSV(B) 7.06º 0.85% 0.86% -
XYZ 30.79 17.8 3.18 -
YUV 100.83 89.16 212.29 -
System Red Green Blue C M Y K H S L
Decimal 219 54 32 0 0.75 0.85 0.14 7.06 0.75 0.49
Hex DB 36 20 0 4B 55 E 7 4B 31
Octal 333 66 40 0 113 125 16 7 113 61
Binary 11011011 110110 100000 0 1001011 1010101 1110 111 1001011 110001

Color Harmonies of #DB3620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3620

Black with #DB3620

Text Example


Text Example

White with #DB3620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3620; }

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

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

background-color css

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

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

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

border-color css

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

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

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