Html Css Color HEX #DB4004 Harley Davidson Orange

📋 copy color: '#DB4004'

red 219 ◦ green 64 ◦ blue 4

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

Shades of Harley Davidson Orange #DB4004

Tints of Harley Davidson Orange #DB4004

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.3%

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

R = 76.31%
G = 22.3%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DB4004 (or 0xDB4004) is known color: Harley Davidson Orange. HEX triplet: DB, 40 and 04. RGB value is (219,64,4). Sum of RGB (Red+Green+Blue) = 219+64+4=287 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.31% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 4 (1.95% from 255 or 1.39% from 287); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4004 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4004 is #24BFFB. Grayscale: #676767. Windows color (decimal): -2408444 or 278747. OLE color: 278747.

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

Color convert

RGB 219 64 4 -
CMYK 0 0.71 0.98 0.14
HSL 16.74º 0.96% 0.44% -
HSV(B) 16.74º 0.98% 0.86% -
XYZ 31.07 18.74 2.09 -
YUV 103.51 71.85 210.38 -
System Red Green Blue C M Y K H S L
Decimal 219 64 4 0 0.71 0.98 0.14 16.74 0.96 0.44
Hex DB 40 4 0 47 62 E 11 60 2C
Octal 333 100 4 0 107 142 16 21 140 54
Binary 11011011 1000000 100 0 1000111 1100010 1110 10001 1100000 101100

Color Harmonies of #DB4004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4004

Black with #DB4004

Text Example


Text Example

White with #DB4004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4004; }

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

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

background-color css

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

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

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

border-color css

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

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

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