Html Css Color HEX #DB3709 Harley Davidson Orange

📋 copy color: '#DB3709'

red 219 ◦ green 55 ◦ blue 9

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

Shades of Harley Davidson Orange #DB3709

Tints of Harley Davidson Orange #DB3709

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.43%

 BLUE value IS 9 (3.91% from 255) = 3.18%

R = 77.39%
G = 19.43%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DB3709 (or 0xDB3709) is known color: Harley Davidson Orange. HEX triplet: DB, 37 and 09. RGB value is (219,55,9). Sum of RGB (Red+Green+Blue) = 219+55+9=283 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.39% from 283); Green value is 55 (21.88% from 255 or 19.43% from 283); Blue value is 9 (3.91% from 255 or 3.18% from 283); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3709 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3709 is #24C8F6. Grayscale: #636363. Windows color (decimal): -2410743 or 604123. OLE color: 604123.

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

Color convert

RGB 219 55 9 -
CMYK 0 0.75 0.96 0.14
HSL 13.14º 0.92% 0.45% -
HSV(B) 13.14º 0.96% 0.86% -
XYZ 30.63 17.81 2.08 -
YUV 98.79 77.33 213.74 -
System Red Green Blue C M Y K H S L
Decimal 219 55 9 0 0.75 0.96 0.14 13.14 0.92 0.45
Hex DB 37 9 0 4B 60 E D 5C 2D
Octal 333 67 11 0 113 140 16 15 134 55
Binary 11011011 110111 1001 0 1001011 1100000 1110 1101 1011100 101101

Color Harmonies of #DB3709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3709

Black with #DB3709

Text Example


Text Example

White with #DB3709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3709; }

 p { color: rgb(219,55,9); }

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

background-color css

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

 a { background-color: rgb(219,55,9); }

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

border-color css

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

 span { border-color: rgb(219,55,9); }

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