Html Css Color HEX #DB3506 Harley Davidson Orange

📋 copy color: '#DB3506'

red 219 ◦ green 53 ◦ blue 6

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

Shades of Harley Davidson Orange #DB3506

Tints of Harley Davidson Orange #DB3506

RGB

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

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

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

R = 78.78%
G = 19.06%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DB3506 (or 0xDB3506) is known color: Harley Davidson Orange. HEX triplet: DB, 35 and 06. RGB value is (219,53,6). Sum of RGB (Red+Green+Blue) = 219+53+6=278 (36% of max value = 765). Red value is 219 (85.94% from 255 or 78.78% from 278); Green value is 53 (21.09% from 255 or 19.06% from 278); Blue value is 6 (2.73% from 255 or 2.16% from 278); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3506 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3506 is #24CAF9. Grayscale: #616161. Windows color (decimal): -2411258 or 407003. OLE color: 407003.

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

Color convert

RGB 219 53 6 -
CMYK 0 0.76 0.97 0.14
HSL 13.24º 0.95% 0.44% -
HSV(B) 13.24º 0.97% 0.86% -
XYZ 30.52 17.62 1.96 -
YUV 97.28 76.5 214.82 -
System Red Green Blue C M Y K H S L
Decimal 219 53 6 0 0.76 0.97 0.14 13.24 0.95 0.44
Hex DB 35 6 0 4C 61 E D 5F 2C
Octal 333 65 6 0 114 141 16 15 137 54
Binary 11011011 110101 110 0 1001100 1100001 1110 1101 1011111 101100

Color Harmonies of #DB3506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3506

Black with #DB3506

Text Example


Text Example

White with #DB3506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3506; }

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

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

background-color css

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

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

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

border-color css

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

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

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