#DF2B1B

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

Shades of Harley Davidson Orange #DF2B1B

Tints of Harley Davidson Orange #DF2B1B

Color information

#DF2B1B (or 0xDF2B1B) is unknown color: approx Harley Davidson Orange. HEX triplet: DF, 2B and 1B. RGB value is (223,43,27). Sum of RGB (Red+Green+Blue) = 223+43+27=293 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.11% from 293); Green value is 43 (17.19% from 255 or 14.68% from 293); Blue value is 27 (10.94% from 255 or 9.22% from 293); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2B1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2B1B is #20D4E4. Grayscale: #5F5F5F. Windows color (decimal): -2151653 or 1780703. OLE color: 1780703.

HSL color Cylindrical-coordinate representation of color #DF2B1B: hue angle of 4.9º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF2B1B is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB2234327-
CMYK00.810.880.13
HSL4.9º78.4%49.02%-
HSV(B)4.9º87.89%87.45%-
XYZ31.4917.492.75-
YUV9589.63219.3-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 76.11%
GREEN value IS 43 (17.19% from 255) = 14.68%
BLUE value IS 27 (10.94% from 255) = 9.22%
R=76.11%
G=14.68%
B=9.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.88
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223432700.810.880.134.978.449.02
HexDF2B1B05158D54e31
Octal3375333012113015511661
Binary110111111010111101101010001101100011011011001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF2B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF2B1B; }

 p { color: rgb(223,43,27); }

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

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

 a { background-color: rgb(223,43,27); }

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

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

 span { border-color: rgb(223,43,27); }

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