#DB4A19

Color #DB4A19 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #DB4A19

Tints of Harley Davidson Orange #DB4A19

Color information

#DB4A19 (or 0xDB4A19) is unknown color: approx Harley Davidson Orange. HEX triplet: DB, 4A and 19. RGB value is (219,74,25). Sum of RGB (Red+Green+Blue) = 219+74+25=318 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.87% from 318); Green value is 74 (29.30% from 255 or 23.27% from 318); Blue value is 25 (10.16% from 255 or 7.86% from 318); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4A19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4A19 is #24B5E6. Grayscale: #707070. Windows color (decimal): -2405863 or 1657563. OLE color: 1657563.

HSL color Cylindrical-coordinate representation of color #DB4A19: hue angle of 15.15º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB4A19 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB2197425-
CMYK00.660.890.14
HSL15.15º79.51%47.84%-
HSV(B)15.15º88.58%85.88%-
XYZ31.8420.033.11-
YUV111.7779.04204.48-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 68.87%
GREEN value IS 74 (29.30% from 255) = 23.27%
BLUE value IS 25 (10.16% from 255) = 7.86%
R=68.87%
G=23.27%
B=7.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.89
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219742500.660.890.1415.1579.5147.84
HexDB4A1904259Ef5030
Octal333112310102131161712060
Binary11011011100101011001010000101011001111011111010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4A19; }

 p { color: rgb(219,74,25); }

 H1.HeaderClassName
 {
   color: #DB4A19;
 }
 .AnyTagClassName
 {
   color: #DB4A19;
 }
</style>
background-color css

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

 a { background-color: rgb(219,74,25); }

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

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

 span { border-color: rgb(219,74,25); }

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