#DB251C

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

Shades of Harley Davidson Orange #DB251C

Tints of Harley Davidson Orange #DB251C

Color information

#DB251C (or 0xDB251C) is unknown color: approx Harley Davidson Orange. HEX triplet: DB, 25 and 1C. RGB value is (219,37,28). Sum of RGB (Red+Green+Blue) = 219+37+28=284 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.11% from 284); Green value is 37 (14.84% from 255 or 13.03% from 284); Blue value is 28 (11.33% from 255 or 9.86% from 284); Max value from RGB is 219 - color contains mainly: red. Hex color #DB251C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB251C is #24DAE3. Grayscale: #5A5A5A. Windows color (decimal): -2415332 or 1844699. OLE color: 1844699.

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

Color convert

RGB2193728-
CMYK00.830.870.14
HSL2.83º77.33%48.43%-
HSV(B)2.83º87.21%85.88%-
XYZ30.0816.472.69-
YUV90.3992.8219.73-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 77.11%
GREEN value IS 37 (14.84% from 255) = 13.03%
BLUE value IS 28 (11.33% from 255) = 9.86%
R=77.11%
G=13.03%
B=9.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.87
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219372800.830.870.142.8377.3348.43
HexDB251C05357E34d30
Octal3334534012312716311560
Binary11011011100101111000101001110101111110111001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB251C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB251C; }

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

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

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

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

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

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

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

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