Html Css Color HEX #DB3704 Harley Davidson Orange

📋 copy color: '#DB3704'

red 219 ◦ green 55 ◦ blue 4

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

Shades of Harley Davidson Orange #DB3704

Tints of Harley Davidson Orange #DB3704

RGB

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

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

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

R = 78.78%
G = 19.78%
B = 1.44%

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

#DB3704 (or 0xDB3704) is known color: Harley Davidson Orange. HEX triplet: DB, 37 and 04. RGB value is (219,55,4). Sum of RGB (Red+Green+Blue) = 219+55+4=278 (36% of max value = 765). Red value is 219 (85.94% from 255 or 78.78% from 278); Green value is 55 (21.88% from 255 or 19.78% from 278); Blue value is 4 (1.95% from 255 or 1.44% from 278); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3704 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3704 is #24C8FB. Grayscale: #626262. Windows color (decimal): -2410748 or 276443. OLE color: 276443.

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

Color convert

RGB 219 55 4 -
CMYK 0 0.75 0.98 0.14
HSL 14.23º 0.96% 0.44% -
HSV(B) 14.23º 0.98% 0.86% -
XYZ 30.6 17.8 1.94 -
YUV 98.22 74.83 214.15 -
System Red Green Blue C M Y K H S L
Decimal 219 55 4 0 0.75 0.98 0.14 14.23 0.96 0.44
Hex DB 37 4 0 4B 62 E E 60 2C
Octal 333 67 4 0 113 142 16 16 140 54
Binary 11011011 110111 100 0 1001011 1100010 1110 1110 1100000 101100

Color Harmonies of #DB3704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3704

Black with #DB3704

Text Example


Text Example

White with #DB3704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3704; }

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

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

background-color css

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

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

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

border-color css

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

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

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