#DB4919

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

Shades of Harley Davidson Orange #DB4919

Tints of Harley Davidson Orange #DB4919

Color information

#DB4919 (or 0xDB4919) is unknown color: approx Harley Davidson Orange. HEX triplet: DB, 49 and 19. RGB value is (219,73,25). Sum of RGB (Red+Green+Blue) = 219+73+25=317 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.09% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 25 (10.16% from 255 or 7.89% from 317); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4919 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4919 is #24B6E6. Grayscale: #6F6F6F. Windows color (decimal): -2406119 or 1657307. OLE color: 1657307.

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

Color convert

RGB2197325-
CMYK00.670.890.14
HSL14.85º79.51%47.84%-
HSV(B)14.85º88.58%85.88%-
XYZ31.7719.93.09-
YUV111.1879.37204.9-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 69.09%
GREEN value IS 73 (28.91% from 255) = 23.03%
BLUE value IS 25 (10.16% from 255) = 7.89%
R=69.09%
G=23.03%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.89
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219732500.670.890.1414.8579.5147.84
HexDB491904359Ef5030
Octal333111310103131161712060
Binary11011011100100111001010000111011001111011111010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4919; }

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

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

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

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

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

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

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

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