Html Css Color HEX #DB3004 Harley Davidson Orange

📋 copy color: '#DB3004'

red 219 ◦ green 48 ◦ blue 4

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

Shades of Harley Davidson Orange #DB3004

Tints of Harley Davidson Orange #DB3004

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.71%

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

R = 80.81%
G = 17.71%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DB3004 (or 0xDB3004) is known color: Harley Davidson Orange. HEX triplet: DB, 30 and 04. RGB value is (219,48,4). Sum of RGB (Red+Green+Blue) = 219+48+4=271 (35% of max value = 765). Red value is 219 (85.94% from 255 or 80.81% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 4 (1.95% from 255 or 1.48% from 271); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3004 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3004 is #24CFFB. Grayscale: #5E5E5E. Windows color (decimal): -2412540 or 274651. OLE color: 274651.

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

Color convert

RGB 219 48 4 -
CMYK 0 0.78 0.98 0.14
HSL 12.28º 0.96% 0.44% -
HSV(B) 12.28º 0.98% 0.86% -
XYZ 30.29 17.18 1.83 -
YUV 94.11 77.15 217.08 -
System Red Green Blue C M Y K H S L
Decimal 219 48 4 0 0.78 0.98 0.14 12.28 0.96 0.44
Hex DB 30 4 0 4E 62 E C 60 2C
Octal 333 60 4 0 116 142 16 14 140 54
Binary 11011011 110000 100 0 1001110 1100010 1110 1100 1100000 101100

Color Harmonies of #DB3004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3004

Black with #DB3004

Text Example


Text Example

White with #DB3004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3004; }

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

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

background-color css

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

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

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

border-color css

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

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

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