#DB3810

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

Shades of Harley Davidson Orange #DB3810

Tints of Harley Davidson Orange #DB3810

Color information

#DB3810 (or 0xDB3810) is unknown color: approx Harley Davidson Orange. HEX triplet: DB, 38 and 10. RGB value is (219,56,16). Sum of RGB (Red+Green+Blue) = 219+56+16=291 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.26% from 291); Green value is 56 (22.27% from 255 or 19.24% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3810 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3810 is #24C7EF. Grayscale: #646464. Windows color (decimal): -2410480 or 1063131. OLE color: 1063131.

HSL color Cylindrical-coordinate representation of color #DB3810: hue angle of 11.82º degrees, saturation: 0.86, 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 #DB3810 is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB2195616-
CMYK00.740.930.14
HSL11.82º86.38%46.08%-
HSV(B)11.82º92.69%85.88%-
XYZ30.7217.932.33-
YUV100.1880.5212.75-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 75.26%
GREEN value IS 56 (22.27% from 255) = 19.24%
BLUE value IS 16 (6.64% from 255) = 5.50%
R=75.26%
G=19.24%
B=5.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.93
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219561600.740.930.1411.8286.3846.08
HexDB381004A5DEc562e
Octal33370200112135161412656
Binary1101101111100010000010010101011101111011001010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB3810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB3810; }

 p { color: rgb(219,56,16); }

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

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

 a { background-color: rgb(219,56,16); }

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

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

 span { border-color: rgb(219,56,16); }

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