Html Css Color HEX #DB3A20 Harley Davidson Orange

📋 copy color: '#DB3A20'

red 219 ◦ green 58 ◦ blue 32

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

Shades of Harley Davidson Orange #DB3A20

Tints of Harley Davidson Orange #DB3A20

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.77%

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

R = 70.87%
G = 18.77%
B = 10.36%

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

#DB3A20 (or 0xDB3A20) is known color: Harley Davidson Orange. HEX triplet: DB, 3A and 20. RGB value is (219,58,32). Sum of RGB (Red+Green+Blue) = 219+58+32=309 (40% of max value = 765). Red value is 219 (85.94% from 255 or 70.87% from 309); Green value is 58 (23.05% from 255 or 18.77% from 309); Blue value is 32 (12.89% from 255 or 10.36% from 309); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3A20 is #24C5DF. Grayscale: #676767. Windows color (decimal): -2409952 or 2112219. OLE color: 2112219.

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

Color convert

RGB 219 58 32 -
CMYK 0 0.74 0.85 0.14
HSL 8.34º 0.75% 0.49% -
HSV(B) 8.34º 0.85% 0.86% -
XYZ 30.99 18.19 3.24 -
YUV 103.18 87.84 210.61 -
System Red Green Blue C M Y K H S L
Decimal 219 58 32 0 0.74 0.85 0.14 8.34 0.75 0.49
Hex DB 3A 20 0 4A 55 E 8 4B 31
Octal 333 72 40 0 112 125 16 10 113 61
Binary 11011011 111010 100000 0 1001010 1010101 1110 1000 1001011 110001

Color Harmonies of #DB3A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3A20

Black with #DB3A20

Text Example


Text Example

White with #DB3A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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