Html Css Color HEX #DB3820 Harley Davidson Orange

📋 copy color: '#DB3820'

red 219 ◦ green 56 ◦ blue 32

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

Shades of Harley Davidson Orange #DB3820

Tints of Harley Davidson Orange #DB3820

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.24%

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

R = 71.34%
G = 18.24%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DB3820 (or 0xDB3820) is known color: Harley Davidson Orange. HEX triplet: DB, 38 and 20. RGB value is (219,56,32). Sum of RGB (Red+Green+Blue) = 219+56+32=307 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.34% from 307); Green value is 56 (22.27% from 255 or 18.24% from 307); Blue value is 32 (12.89% from 255 or 10.42% from 307); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3820 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3820 is #24C7DF. Grayscale: #666666. Windows color (decimal): -2410464 or 2111707. OLE color: 2111707.

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

Color convert

RGB 219 56 32 -
CMYK 0 0.74 0.85 0.14
HSL 7.7º 0.75% 0.49% -
HSV(B) 7.7º 0.85% 0.86% -
XYZ 30.89 17.99 3.21 -
YUV 102 88.5 211.45 -
System Red Green Blue C M Y K H S L
Decimal 219 56 32 0 0.74 0.85 0.14 7.7 0.75 0.49
Hex DB 38 20 0 4A 55 E 8 4B 31
Octal 333 70 40 0 112 125 16 10 113 61
Binary 11011011 111000 100000 0 1001010 1010101 1110 1000 1001011 110001

Color Harmonies of #DB3820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3820

Black with #DB3820

Text Example


Text Example

White with #DB3820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3820; }

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

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

background-color css

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

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

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

border-color css

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

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

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