Html Css Color HEX #DB3B11 Harley Davidson Orange

📋 copy color: '#DB3B11'

red 219 ◦ green 59 ◦ blue 17

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

Shades of Harley Davidson Orange #DB3B11

Tints of Harley Davidson Orange #DB3B11

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20%

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

R = 74.24%
G = 20%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DB3B11 (or 0xDB3B11) is known color: Harley Davidson Orange. HEX triplet: DB, 3B and 11. RGB value is (219,59,17). Sum of RGB (Red+Green+Blue) = 219+59+17=295 (39% of max value = 765). Red value is 219 (85.94% from 255 or 74.24% from 295); Green value is 59 (23.44% from 255 or 20% from 295); Blue value is 17 (7.03% from 255 or 5.76% from 295); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3B11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3B11 is #24C4EE. Grayscale: #666666. Windows color (decimal): -2409711 or 1129435. OLE color: 1129435.

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

Color convert

RGB 219 59 17 -
CMYK 0 0.73 0.92 0.14
HSL 12.48º 0.86% 0.46% -
HSV(B) 12.48º 0.92% 0.86% -
XYZ 30.88 18.23 2.42 -
YUV 102.05 80.01 211.42 -
System Red Green Blue C M Y K H S L
Decimal 219 59 17 0 0.73 0.92 0.14 12.48 0.86 0.46
Hex DB 3B 11 0 49 5C E C 56 2E
Octal 333 73 21 0 111 134 16 14 126 56
Binary 11011011 111011 10001 0 1001001 1011100 1110 1100 1010110 101110

Color Harmonies of #DB3B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3B11

Black with #DB3B11

Text Example


Text Example

White with #DB3B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3B11; }

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

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

background-color css

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

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

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

border-color css

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

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

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