#DF1C10

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

Shades of Harley Davidson Orange #DF1C10

Tints of Harley Davidson Orange #DF1C10

Color information

#DF1C10 (or 0xDF1C10) is unknown color: approx Harley Davidson Orange. HEX triplet: DF, 1C and 10. RGB value is (223,28,16). Sum of RGB (Red+Green+Blue) = 223+28+16=267 (35% of max value = 765). Red value is 223 (87.5% from 255 or 83.52% from 267); Green value is 28 (11.33% from 255 or 10.49% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF1C10 is #20E3EF. Grayscale: #555555. Windows color (decimal): -2155504 or 1055967. OLE color: 1055967.

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

Color convert

RGB2232816-
CMYK00.870.930.13
HSL3.48º86.61%46.86%-
HSV(B)3.48º92.83%87.45%-
XYZ30.9416.562.06-
YUV84.9489.1226.48-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 83.52%
GREEN value IS 28 (11.33% from 255) = 10.49%
BLUE value IS 16 (6.64% from 255) = 5.99%
R=83.52%
G=10.49%
B=5.99%

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
Decimal223281600.870.930.133.4886.6146.86
HexDF1C100575DD3572f
Octal3373420012713515312757
Binary1101111111100100000101011110111011101111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF1C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF1C10; }

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

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

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

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

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

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

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

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