Html Css Color HEX #DB3504 Harley Davidson Orange

📋 copy color: '#DB3504'

red 219 ◦ green 53 ◦ blue 4

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

Shades of Harley Davidson Orange #DB3504

Tints of Harley Davidson Orange #DB3504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.45%

R = 79.35%
G = 19.2%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DB3504 (or 0xDB3504) is known color: Harley Davidson Orange. HEX triplet: DB, 35 and 04. RGB value is (219,53,4). Sum of RGB (Red+Green+Blue) = 219+53+4=276 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.35% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 4 (1.95% from 255 or 1.45% from 276); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3504 is #24CAFB. Grayscale: #616161. Windows color (decimal): -2411260 or 275931. OLE color: 275931.

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

Color convert

RGB 219 53 4 -
CMYK 0 0.76 0.98 0.14
HSL 13.67º 0.96% 0.44% -
HSV(B) 13.67º 0.98% 0.86% -
XYZ 30.51 17.62 1.91 -
YUV 97.05 75.5 214.98 -
System Red Green Blue C M Y K H S L
Decimal 219 53 4 0 0.76 0.98 0.14 13.67 0.96 0.44
Hex DB 35 4 0 4C 62 E E 60 2C
Octal 333 65 4 0 114 142 16 16 140 54
Binary 11011011 110101 100 0 1001100 1100010 1110 1110 1100000 101100

Color Harmonies of #DB3504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3504

Black with #DB3504

Text Example


Text Example

White with #DB3504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3504; }

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

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

background-color css

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

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

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

border-color css

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

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

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