#DB3A01

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

Shades of Harley Davidson Orange #DB3A01

Tints of Harley Davidson Orange #DB3A01

Color information

#DB3A01 (or 0xDB3A01) is unknown color: approx Harley Davidson Orange. HEX triplet: DB, 3A and 01. RGB value is (219,58,1). Sum of RGB (Red+Green+Blue) = 219+58+1=278 (36% of max value = 765). Red value is 219 (85.94% from 255 or 78.78% from 278); Green value is 58 (23.05% from 255 or 20.86% from 278); Blue value is 1 (0.78% from 255 or 0.36% from 278); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3A01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3A01 is #24C5FE. Grayscale: #646464. Windows color (decimal): -2409983 or 80603. OLE color: 80603.

HSL color Cylindrical-coordinate representation of color #DB3A01: hue angle of 15.69º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB3A01 is Cyan = 0, Magento = 0.74, Yellow = 1.00 and Black (K on CMYK) = 0.14.

Color convert

RGB219581-
CMYK00.741.000.14
HSL15.69º99.09%43.14%-
HSV(B)15.69º99.54%85.88%-
XYZ30.7318.091.9-
YUV99.6472.34213.13-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 78.78%
GREEN value IS 58 (23.05% from 255) = 20.86%
BLUE value IS 1 (0.78% from 255) = 0.36%
R=78.78%
G=20.86%
B=0.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 1.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21958100.741.000.1415.6999.0943.14
HexDB3A104A64E10632b
Octal3337210112144162014353
Binary1101101111101010100101011001001110100001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB3A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB3A01; }

 p { color: rgb(219,58,1); }

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

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

 a { background-color: rgb(219,58,1); }

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

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

 span { border-color: rgb(219,58,1); }

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