Html Css Color HEX #DB3705 Harley Davidson Orange

📋 copy color: '#DB3705'

red 219 ◦ green 55 ◦ blue 5

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

Shades of Harley Davidson Orange #DB3705

Tints of Harley Davidson Orange #DB3705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.79%

R = 78.49%
G = 19.71%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DB3705 (or 0xDB3705) is known color: Harley Davidson Orange. HEX triplet: DB, 37 and 05. RGB value is (219,55,5). Sum of RGB (Red+Green+Blue) = 219+55+5=279 (36% of max value = 765). Red value is 219 (85.94% from 255 or 78.49% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 5 (2.34% from 255 or 1.79% from 279); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3705 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3705 is #24C8FA. Grayscale: #626262. Windows color (decimal): -2410747 or 341979. OLE color: 341979.

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

Color convert

RGB 219 55 5 -
CMYK 0 0.75 0.98 0.14
HSL 14.02º 0.96% 0.44% -
HSV(B) 14.02º 0.98% 0.86% -
XYZ 30.61 17.8 1.97 -
YUV 98.34 75.33 214.07 -
System Red Green Blue C M Y K H S L
Decimal 219 55 5 0 0.75 0.98 0.14 14.02 0.96 0.44
Hex DB 37 5 0 4B 62 E E 60 2C
Octal 333 67 5 0 113 142 16 16 140 54
Binary 11011011 110111 101 0 1001011 1100010 1110 1110 1100000 101100

Color Harmonies of #DB3705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3705

Black with #DB3705

Text Example


Text Example

White with #DB3705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3705; }

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

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

background-color css

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

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

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

border-color css

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

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

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