#DF2D1B

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

Shades of Harley Davidson Orange #DF2D1B

Tints of Harley Davidson Orange #DF2D1B

Color information

#DF2D1B (or 0xDF2D1B) is unknown color: approx Harley Davidson Orange. HEX triplet: DF, 2D and 1B. RGB value is (223,45,27). Sum of RGB (Red+Green+Blue) = 223+45+27=295 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.59% from 295); Green value is 45 (17.97% from 255 or 15.25% from 295); Blue value is 27 (10.94% from 255 or 9.15% from 295); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2D1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2D1B is #20D2E4. Grayscale: #606060. Windows color (decimal): -2151141 or 1781215. OLE color: 1781215.

HSL color Cylindrical-coordinate representation of color #DF2D1B: hue angle of 5.51º 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 #DF2D1B is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB2234527-
CMYK00.800.880.13
HSL5.51º78.4%49.02%-
HSV(B)5.51º87.89%87.45%-
XYZ31.5717.642.78-
YUV96.1788.97218.46-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 75.59%
GREEN value IS 45 (17.97% from 255) = 15.25%
BLUE value IS 27 (10.94% from 255) = 9.15%
R=75.59%
G=15.25%
B=9.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.88
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223452700.800.880.135.5178.449.02
HexDF2D1B05058D64e31
Octal3375533012013015611661
Binary110111111011011101101010000101100011011101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF2D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF2D1B; }

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

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

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

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

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

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

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

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