Html Css Color HEX #DB3320 Harley Davidson Orange

📋 copy color: '#DB3320'

red 219 ◦ green 51 ◦ blue 32

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

Shades of Harley Davidson Orange #DB3320

Tints of Harley Davidson Orange #DB3320

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.89%

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

R = 72.52%
G = 16.89%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DB3320 (or 0xDB3320) is known color: Harley Davidson Orange. HEX triplet: DB, 33 and 20. RGB value is (219,51,32). Sum of RGB (Red+Green+Blue) = 219+51+32=302 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.52% from 302); Green value is 51 (20.31% from 255 or 16.89% from 302); Blue value is 32 (12.89% from 255 or 10.60% from 302); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3320 is #24CCDF. Grayscale: #636363. Windows color (decimal): -2411744 or 2110427. OLE color: 2110427.

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

Color convert

RGB 219 51 32 -
CMYK 0 0.77 0.85 0.14
HSL 6.1º 0.75% 0.49% -
HSV(B) 6.1º 0.85% 0.86% -
XYZ 30.66 17.53 3.13 -
YUV 99.07 90.16 213.54 -
System Red Green Blue C M Y K H S L
Decimal 219 51 32 0 0.77 0.85 0.14 6.1 0.75 0.49
Hex DB 33 20 0 4D 55 E 6 4B 31
Octal 333 63 40 0 115 125 16 6 113 61
Binary 11011011 110011 100000 0 1001101 1010101 1110 110 1001011 110001

Color Harmonies of #DB3320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3320

Black with #DB3320

Text Example


Text Example

White with #DB3320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3320; }

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

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

background-color css

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

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

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

border-color css

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

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

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