#DB2214

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

Shades of Harley Davidson Orange #DB2214

Tints of Harley Davidson Orange #DB2214

Color information

#DB2214 (or 0xDB2214) is unknown color: approx Harley Davidson Orange. HEX triplet: DB, 22 and 14. RGB value is (219,34,20). Sum of RGB (Red+Green+Blue) = 219+34+20=273 (36% of max value = 765). Red value is 219 (85.94% from 255 or 80.22% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2214 is #24DDEB. Grayscale: #575757. Windows color (decimal): -2416108 or 1319643. OLE color: 1319643.

HSL color Cylindrical-coordinate representation of color #DB2214: hue angle of 4.22º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB2214 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB2193420-
CMYK00.840.910.14
HSL4.22º83.26%46.86%-
HSV(B)4.22º90.87%85.88%-
XYZ29.9116.252.22-
YUV87.7289.79221.64-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 80.22%
GREEN value IS 34 (13.67% from 255) = 12.45%
BLUE value IS 20 (8.20% from 255) = 7.33%
R=80.22%
G=12.45%
B=7.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.91
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219342000.840.910.144.2283.2646.86
HexDB22140545BE4532f
Octal3334224012413316412357
Binary110110111000101010001010100101101111101001010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB2214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB2214; }

 p { color: rgb(219,34,20); }

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

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

 a { background-color: rgb(219,34,20); }

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

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

 span { border-color: rgb(219,34,20); }

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