#DB1F14

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

Shades of Harley Davidson Orange #DB1F14

Tints of Harley Davidson Orange #DB1F14

Color information

#DB1F14 (or 0xDB1F14) is unknown color: approx Harley Davidson Orange. HEX triplet: DB, 1F and 14. RGB value is (219,31,20). Sum of RGB (Red+Green+Blue) = 219+31+20=270 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.11% from 270); Green value is 31 (12.5% from 255 or 11.48% from 270); Blue value is 20 (8.20% from 255 or 7.41% from 270); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1F14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB1F14 is #24E0EB. Grayscale: #565656. Windows color (decimal): -2416876 or 1318875. OLE color: 1318875.

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

Color convert

RGB2193120-
CMYK00.860.910.14
HSL3.32º83.26%46.86%-
HSV(B)3.32º90.87%85.88%-
XYZ29.8316.092.2-
YUV85.9690.78222.89-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 81.11%
GREEN value IS 31 (12.5% from 255) = 11.48%
BLUE value IS 20 (8.20% from 255) = 7.41%
R=81.11%
G=11.48%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.91
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219312000.860.910.143.3283.2646.86
HexDB1F140565BE3532f
Octal3333724012613316312357
Binary1101101111111101000101011010110111110111010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB1F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB1F14; }

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

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

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

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

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

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

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

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