#DF1B10

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

Shades of Harley Davidson Orange #DF1B10

Tints of Harley Davidson Orange #DF1B10

Color information

#DF1B10 (or 0xDF1B10) is unknown color: approx Harley Davidson Orange. HEX triplet: DF, 1B and 10. RGB value is (223,27,16). Sum of RGB (Red+Green+Blue) = 223+27+16=266 (35% of max value = 765). Red value is 223 (87.5% from 255 or 83.83% from 266); Green value is 27 (10.94% from 255 or 10.15% from 266); Blue value is 16 (6.64% from 255 or 6.02% from 266); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1B10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF1B10 is #20E4EF. Grayscale: #545454. Windows color (decimal): -2155760 or 1055711. OLE color: 1055711.

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

Color convert

RGB2232716-
CMYK00.880.930.13
HSL3.19º86.61%46.86%-
HSV(B)3.19º92.83%87.45%-
XYZ30.9216.512.05-
YUV84.3589.43226.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 83.83%
GREEN value IS 27 (10.94% from 255) = 10.15%
BLUE value IS 16 (6.64% from 255) = 6.02%
R=83.83%
G=10.15%
B=6.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223271600.880.930.133.1986.6146.86
HexDF1B100585DD3572f
Octal3373320013013515312757
Binary1101111111011100000101100010111011101111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF1B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF1B10; }

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

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

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

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

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

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

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

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