Html Css Color HEX #DB3511 Harley Davidson Orange

📋 copy color: '#DB3511'

red 219 ◦ green 53 ◦ blue 17

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

Shades of Harley Davidson Orange #DB3511

Tints of Harley Davidson Orange #DB3511

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.34%

 BLUE value IS 17 (7.03% from 255) = 5.88%

R = 75.78%
G = 18.34%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DB3511 (or 0xDB3511) is known color: Harley Davidson Orange. HEX triplet: DB, 35 and 11. RGB value is (219,53,17). Sum of RGB (Red+Green+Blue) = 219+53+17=289 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.78% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 17 (7.03% from 255 or 5.88% from 289); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3511 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3511 is #24CAEE. Grayscale: #626262. Windows color (decimal): -2411247 or 1127899. OLE color: 1127899.

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

Color convert

RGB 219 53 17 -
CMYK 0 0.76 0.92 0.14
HSL 10.69º 0.86% 0.46% -
HSV(B) 10.69º 0.92% 0.86% -
XYZ 30.59 17.65 2.32 -
YUV 98.53 82 213.93 -
System Red Green Blue C M Y K H S L
Decimal 219 53 17 0 0.76 0.92 0.14 10.69 0.86 0.46
Hex DB 35 11 0 4C 5C E B 56 2E
Octal 333 65 21 0 114 134 16 13 126 56
Binary 11011011 110101 10001 0 1001100 1011100 1110 1011 1010110 101110

Color Harmonies of #DB3511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3511

Black with #DB3511

Text Example


Text Example

White with #DB3511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3511; }

 p { color: rgb(219,53,17); }

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

background-color css

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

 a { background-color: rgb(219,53,17); }

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

border-color css

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

 span { border-color: rgb(219,53,17); }

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