#DF1D10

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

Shades of Harley Davidson Orange #DF1D10

Tints of Harley Davidson Orange #DF1D10

Color information

#DF1D10 (or 0xDF1D10) is unknown color: approx Harley Davidson Orange. HEX triplet: DF, 1D and 10. RGB value is (223,29,16). Sum of RGB (Red+Green+Blue) = 223+29+16=268 (35% of max value = 765). Red value is 223 (87.5% from 255 or 83.21% from 268); Green value is 29 (11.72% from 255 or 10.82% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1D10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF1D10 is #20E2EF. Grayscale: #555555. Windows color (decimal): -2155248 or 1056223. OLE color: 1056223.

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

Color convert

RGB2232916-
CMYK00.870.930.13
HSL3.77º86.61%46.86%-
HSV(B)3.77º92.83%87.45%-
XYZ30.9616.62.06-
YUV85.5288.77226.06-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 83.21%
GREEN value IS 29 (11.72% from 255) = 10.82%
BLUE value IS 16 (6.64% from 255) = 5.97%
R=83.21%
G=10.82%
B=5.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223291600.870.930.133.7786.6146.86
HexDF1D100575DD4572f
Octal3373520012713515412757
Binary11011111111011000001010111101110111011001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF1D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF1D10; }

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

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

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

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

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

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

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

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