#df1b1b

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

Shades of Harley Davidson Orange #DF1B1B

Tints of Harley Davidson Orange #DF1B1B

Color information

#DF1B1B (or 0xDF1B1B) is unknown color: approx Harley Davidson Orange. HEX triplet: DF, 1B and 1B. RGB value is (223,27,27). Sum of RGB (Red+Green+Blue) = 223+27+27=277 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.51% from 277); Green value is 27 (10.94% from 255 or 9.75% from 277); Blue value is 27 (10.94% from 255 or 9.75% from 277); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1B1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF1B1B is #20E4E4. Grayscale: #555555. Windows color (decimal): -2155749 or 1776607. OLE color: 1776607.

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

Color convert

RGB2232727-
CMYK00.880.880.13
HSL78.4%49.02%-
HSV(B)87.89%87.45%-
XYZ31.0216.552.6-
YUV85.694.93226-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 80.51%
GREEN value IS 27 (10.94% from 255) = 9.75%
BLUE value IS 27 (10.94% from 255) = 9.75%
R=80.51%
G=9.75%
B=9.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.88
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223272700.880.880.13078.449.02
HexDF1B1B05858D04e31
Octal3373333013013015011661
Binary110111111101111011010110001011000110101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df1b1b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df1b1b; }

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

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

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

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

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

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

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

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