#DB290C

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

Shades of Harley Davidson Orange #DB290C

Tints of Harley Davidson Orange #DB290C

Color information

#DB290C (or 0xDB290C) is unknown color: approx Harley Davidson Orange. HEX triplet: DB, 29 and 0C. RGB value is (219,41,12). Sum of RGB (Red+Green+Blue) = 219+41+12=272 (36% of max value = 765). Red value is 219 (85.94% from 255 or 80.51% from 272); Green value is 41 (16.41% from 255 or 15.07% from 272); Blue value is 12 (5.08% from 255 or 4.41% from 272); Max value from RGB is 219 - color contains mainly: red. Hex color #DB290C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB290C is #24D6F3. Grayscale: #5B5B5B. Windows color (decimal): -2414324 or 797147. OLE color: 797147.

HSL color Cylindrical-coordinate representation of color #DB290C: hue angle of 8.41º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB290C is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB2194112-
CMYK00.810.950.14
HSL8.41º89.61%45.29%-
HSV(B)8.41º94.52%85.88%-
XYZ30.0716.671.98-
YUV90.9283.47219.36-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 80.51%
GREEN value IS 41 (16.41% from 255) = 15.07%
BLUE value IS 12 (5.08% from 255) = 4.41%
R=80.51%
G=15.07%
B=4.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.95
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219411200.810.950.148.4189.6145.29
HexDB29C0515FE85a2d
Octal33351140121137161013255
Binary110110111010011100010100011011111111010001011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB290C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB290C; }

 p { color: rgb(219,41,12); }

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

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

 a { background-color: rgb(219,41,12); }

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

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

 span { border-color: rgb(219,41,12); }

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