#DB2517

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

Shades of Harley Davidson Orange #DB2517

Tints of Harley Davidson Orange #DB2517

Color information

#DB2517 (or 0xDB2517) is unknown color: approx Harley Davidson Orange. HEX triplet: DB, 25 and 17. RGB value is (219,37,23). Sum of RGB (Red+Green+Blue) = 219+37+23=279 (36% of max value = 765). Red value is 219 (85.94% from 255 or 78.49% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 23 (9.38% from 255 or 8.24% from 279); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2517 is #24DAE8. Grayscale: #5A5A5A. Windows color (decimal): -2415337 or 1517019. OLE color: 1517019.

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

Color convert

RGB2193723-
CMYK00.830.890.14
HSL4.29º80.99%47.45%-
HSV(B)4.29º89.5%85.88%-
XYZ30.0316.452.4-
YUV89.8290.3220.14-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 78.49%
GREEN value IS 37 (14.84% from 255) = 13.26%
BLUE value IS 23 (9.38% from 255) = 8.24%
R=78.49%
G=13.26%
B=8.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.89
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219372300.830.890.144.2980.9947.45
HexDB251705359E4512f
Octal3334527012313116412157
Binary110110111001011011101010011101100111101001010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB2517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB2517; }

 p { color: rgb(219,37,23); }

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

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

 a { background-color: rgb(219,37,23); }

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

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

 span { border-color: rgb(219,37,23); }

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