#DB3814

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

Shades of Harley Davidson Orange #DB3814

Tints of Harley Davidson Orange #DB3814

Color information

#DB3814 (or 0xDB3814) is unknown color: approx Harley Davidson Orange. HEX triplet: DB, 38 and 14. RGB value is (219,56,20). Sum of RGB (Red+Green+Blue) = 219+56+20=295 (39% of max value = 765). Red value is 219 (85.94% from 255 or 74.24% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3814 is #24C7EB. Grayscale: #646464. Windows color (decimal): -2410476 or 1325275. OLE color: 1325275.

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

Color convert

RGB2195620-
CMYK00.740.910.14
HSL10.85º83.26%46.86%-
HSV(B)10.85º90.87%85.88%-
XYZ30.7517.942.5-
YUV100.6382.5212.43-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 74.24%
GREEN value IS 56 (22.27% from 255) = 18.98%
BLUE value IS 20 (8.20% from 255) = 6.78%
R=74.24%
G=18.98%
B=6.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.91
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219562000.740.910.1410.8583.2646.86
HexDB381404A5BEb532f
Octal33370240112133161312357
Binary1101101111100010100010010101011011111010111010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB3814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB3814; }

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

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

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

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

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

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

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

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