#DB2C18

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

Shades of Harley Davidson Orange #DB2C18

Tints of Harley Davidson Orange #DB2C18

Color information

#DB2C18 (or 0xDB2C18) is unknown color: approx Harley Davidson Orange. HEX triplet: DB, 2C and 18. RGB value is (219,44,24). Sum of RGB (Red+Green+Blue) = 219+44+24=287 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.31% from 287); Green value is 44 (17.58% from 255 or 15.33% from 287); Blue value is 24 (9.77% from 255 or 8.36% from 287); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2C18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2C18 is #24D3E7. Grayscale: #5E5E5E. Windows color (decimal): -2413544 or 1584347. OLE color: 1584347.

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

Color convert

RGB2194424-
CMYK00.800.890.14
HSL6.15º80.25%47.65%-
HSV(B)6.15º89.04%85.88%-
XYZ30.2816.932.54-
YUV94.0488.48217.13-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 76.31%
GREEN value IS 44 (17.58% from 255) = 15.33%
BLUE value IS 24 (9.77% from 255) = 8.36%
R=76.31%
G=15.33%
B=8.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.89
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219442400.800.890.146.1580.2547.65
HexDB2C1805059E65030
Octal3335430012013116612060
Binary110110111011001100001010000101100111101101010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB2C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB2C18; }

 p { color: rgb(219,44,24); }

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

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

 a { background-color: rgb(219,44,24); }

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

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

 span { border-color: rgb(219,44,24); }

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