#DB2F17

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

Shades of Harley Davidson Orange #DB2F17

Tints of Harley Davidson Orange #DB2F17

Color information

#DB2F17 (or 0xDB2F17) is unknown color: approx Harley Davidson Orange. HEX triplet: DB, 2F and 17. RGB value is (219,47,23). Sum of RGB (Red+Green+Blue) = 219+47+23=289 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.78% from 289); Green value is 47 (18.75% from 255 or 16.26% from 289); Blue value is 23 (9.38% from 255 or 7.96% from 289); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2F17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2F17 is #24D0E8. Grayscale: #5F5F5F. Windows color (decimal): -2412777 or 1519579. OLE color: 1519579.

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

Color convert

RGB2194723-
CMYK00.790.890.14
HSL7.35º80.99%47.45%-
HSV(B)7.35º89.5%85.88%-
XYZ30.3817.152.52-
YUV95.6986.98215.95-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 75.78%
GREEN value IS 47 (18.75% from 255) = 16.26%
BLUE value IS 23 (9.38% from 255) = 7.96%
R=75.78%
G=16.26%
B=7.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.89
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219472300.790.890.147.3580.9947.45
HexDB2F1704F59E7512f
Octal3335727011713116712157
Binary110110111011111011101001111101100111101111010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB2F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB2F17; }

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

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

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

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

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

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

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

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