#DB240E

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

Shades of Harley Davidson Orange #DB240E

Tints of Harley Davidson Orange #DB240E

Color information

#DB240E (or 0xDB240E) is unknown color: approx Harley Davidson Orange. HEX triplet: DB, 24 and 0E. RGB value is (219,36,14). Sum of RGB (Red+Green+Blue) = 219+36+14=269 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.41% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 14 (5.86% from 255 or 5.20% from 269); Max value from RGB is 219 - color contains mainly: red. Hex color #DB240E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB240E is #24DBF1. Grayscale: #585858. Windows color (decimal): -2415602 or 926939. OLE color: 926939.

HSL color Cylindrical-coordinate representation of color #DB240E: hue angle of 6.44º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB240E is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB2193614-
CMYK00.840.940.14
HSL6.44º87.98%45.69%-
HSV(B)6.44º93.61%85.88%-
XYZ29.9216.351.99-
YUV88.2186.13221.29-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 81.41%
GREEN value IS 36 (14.45% from 255) = 13.38%
BLUE value IS 14 (5.86% from 255) = 5.20%
R=81.41%
G=13.38%
B=5.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.94
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219361400.840.940.146.4487.9845.69
HexDB24E0545EE6582e
Octal3334416012413616613056
Binary11011011100100111001010100101111011101101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB240E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB240E; }

 p { color: rgb(219,36,14); }

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

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

 a { background-color: rgb(219,36,14); }

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

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

 span { border-color: rgb(219,36,14); }

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