#DB200F

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

Shades of Harley Davidson Orange #DB200F

Tints of Harley Davidson Orange #DB200F

Color information

#DB200F (or 0xDB200F) is unknown color: approx Harley Davidson Orange. HEX triplet: DB, 20 and 0F. RGB value is (219,32,15). Sum of RGB (Red+Green+Blue) = 219+32+15=266 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.33% from 266); Green value is 32 (12.89% from 255 or 12.03% from 266); Blue value is 15 (6.25% from 255 or 5.64% from 266); Max value from RGB is 219 - color contains mainly: red. Hex color #DB200F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB200F is #24DFF0. Grayscale: #565656. Windows color (decimal): -2416625 or 991451. OLE color: 991451.

HSL color Cylindrical-coordinate representation of color #DB200F: hue angle of 5º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB200F is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB2193215-
CMYK00.850.930.14
HSL87.18%45.88%-
HSV(B)93.15%85.88%-
XYZ29.8216.131.99-
YUV85.9787.95222.88-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 82.33%
GREEN value IS 32 (12.89% from 255) = 12.03%
BLUE value IS 15 (6.25% from 255) = 5.64%
R=82.33%
G=12.03%
B=5.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.93
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219321500.850.930.14587.1845.88
HexDB20F0555DE5572e
Octal3334017012513516512756
Binary11011011100000111101010101101110111101011010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB200F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB200F; }

 p { color: rgb(219,32,15); }

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

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

 a { background-color: rgb(219,32,15); }

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

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

 span { border-color: rgb(219,32,15); }

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