#df1f1c

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

Shades of Harley Davidson Orange #DF1F1C

Tints of Harley Davidson Orange #DF1F1C

Color information

#DF1F1C (or 0xDF1F1C) is unknown color: approx Harley Davidson Orange. HEX triplet: DF, 1F and 1C. RGB value is (223,31,28). Sum of RGB (Red+Green+Blue) = 223+31+28=282 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.08% from 282); Green value is 31 (12.5% from 255 or 10.99% from 282); Blue value is 28 (11.33% from 255 or 9.93% from 282); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1F1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF1F1C is #20E0E3. Grayscale: #585858. Windows color (decimal): -2154724 or 1843167. OLE color: 1843167.

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

Color convert

RGB2233128-
CMYK00.860.870.13
HSL0.92º77.69%49.22%-
HSV(B)0.92º87.44%87.45%-
XYZ31.1316.752.69-
YUV88.0794.11224.24-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 79.08%
GREEN value IS 31 (12.5% from 255) = 10.99%
BLUE value IS 28 (11.33% from 255) = 9.93%
R=79.08%
G=10.99%
B=9.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223312800.860.870.130.9277.6949.22
HexDF1F1C05657D14e31
Octal3373734012612715111661
Binary110111111111111100010101101010111110111001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df1f1c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df1f1c; }

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

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

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

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

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

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

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

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