Html Css Color HEX #DB3706 Harley Davidson Orange

📋 copy color: '#DB3706'

red 219 ◦ green 55 ◦ blue 6

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

Shades of Harley Davidson Orange #DB3706

Tints of Harley Davidson Orange #DB3706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.14%

R = 78.21%
G = 19.64%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DB3706 (or 0xDB3706) is known color: Harley Davidson Orange. HEX triplet: DB, 37 and 06. RGB value is (219,55,6). Sum of RGB (Red+Green+Blue) = 219+55+6=280 (37% of max value = 765). Red value is 219 (85.94% from 255 or 78.21% from 280); Green value is 55 (21.88% from 255 or 19.64% from 280); Blue value is 6 (2.73% from 255 or 2.14% from 280); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3706 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3706 is #24C8F9. Grayscale: #626262. Windows color (decimal): -2410746 or 407515. OLE color: 407515.

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

Color convert

RGB 219 55 6 -
CMYK 0 0.75 0.97 0.14
HSL 13.8º 0.95% 0.44% -
HSV(B) 13.8º 0.97% 0.86% -
XYZ 30.61 17.81 2 -
YUV 98.45 75.83 213.98 -
System Red Green Blue C M Y K H S L
Decimal 219 55 6 0 0.75 0.97 0.14 13.8 0.95 0.44
Hex DB 37 6 0 4B 61 E E 5F 2C
Octal 333 67 6 0 113 141 16 16 137 54
Binary 11011011 110111 110 0 1001011 1100001 1110 1110 1011111 101100

Color Harmonies of #DB3706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3706

Black with #DB3706

Text Example


Text Example

White with #DB3706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3706; }

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

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

background-color css

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

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

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

border-color css

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

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

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